summaryrefslogtreecommitdiff
path: root/3rdparty/imnodes/CMakeLists.txt
diff options
context:
space:
mode:
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
-)