summaryrefslogtreecommitdiff
path: root/3rdparty/imnodes/CMakeLists.txt
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2021-04-17 20:01:40 -0700
committerrtk0c <[email protected]>2021-04-17 20:01:40 -0700
commit7b6b229ad9d85d1145322b2edd5992a4629c2106 (patch)
treeedc5861d7e526ff6aae0fa8038a9ad07c743e0ab /3rdparty/imnodes/CMakeLists.txt
parentdca1286661f61e51943863de8ce68849a9578363 (diff)
Change imnodes to imgui-node-editor (more mature, more features)
Diffstat (limited to '3rdparty/imnodes/CMakeLists.txt')
-rw-r--r--3rdparty/imnodes/CMakeLists.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/3rdparty/imnodes/CMakeLists.txt b/3rdparty/imnodes/CMakeLists.txt
deleted file mode 100644
index bb1290c..0000000
--- a/3rdparty/imnodes/CMakeLists.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-set(IMNODES_SOURCES
- imnodes.h
- imnodes.cpp
-)
-
-add_library(imnodes ${IMNODES_SOURCES})
-target_include_directories(imnodes PRIVATE
- ${CMAKE_SOURCE_DIR}/3rdparty/imnodes
- ${CMAKE_SOURCE_DIR}/3rdparty/imgui
-)