High performance rendering of implicit surfaces presented in blobtree view. Use Vulkan(NVVK) as backend.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

3 lines
307 B

set(Imgui-Graphnode_SOURCE_DIR ${PROJECT_SOURCE_DIR}/3rdparty/Imgui-graphnode)
target_sources(${PROJECT_NAME} PUBLIC ${Imgui-Graphnode_SOURCE_DIR}/imgui_graphnode.cpp ${Imgui-Graphnode_SOURCE_DIR}/imgui_graphnode_internal.cpp)
target_include_directories(${PROJECT_NAME} PUBLIC ${Imgui-Graphnode_SOURCE_DIR})