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
3 lines
307 B
1 year ago
|
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})
|