blob: 2730a8ea16791322f6e88fdf18fa72f2edf8175e (
plain)
1
2
3
4
5
6
7
|
file(GLOB IMGUI_NODE_EDITOR_SOURCES *.cpp)
add_library(imgui-node-editor ${IMGUI_NODE_EDITOR_SOURCES})
target_include_directories(imgui-node-editor PRIVATE
${CMAKE_SOURCE_DIR}/3rdparty/imgui-node-editor
${CMAKE_SOURCE_DIR}/3rdparty/imgui
)
|