diff options
author | rtk0c <[email protected]> | 2021-04-17 20:01:40 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2021-04-17 20:01:40 -0700 |
commit | 7b6b229ad9d85d1145322b2edd5992a4629c2106 (patch) | |
tree | edc5861d7e526ff6aae0fa8038a9ad07c743e0ab /3rdparty/imgui-node-editor/CMakeLists.txt | |
parent | dca1286661f61e51943863de8ce68849a9578363 (diff) |
Change imnodes to imgui-node-editor (more mature, more features)
Diffstat (limited to '3rdparty/imgui-node-editor/CMakeLists.txt')
-rw-r--r-- | 3rdparty/imgui-node-editor/CMakeLists.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/3rdparty/imgui-node-editor/CMakeLists.txt b/3rdparty/imgui-node-editor/CMakeLists.txt new file mode 100644 index 0000000..2730a8e --- /dev/null +++ b/3rdparty/imgui-node-editor/CMakeLists.txt @@ -0,0 +1,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 +) |