diff options
Diffstat (limited to '3rdparty/imnodes/CMakeLists.txt')
-rw-r--r-- | 3rdparty/imnodes/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/3rdparty/imnodes/CMakeLists.txt b/3rdparty/imnodes/CMakeLists.txt new file mode 100644 index 0000000..16b007a --- /dev/null +++ b/3rdparty/imnodes/CMakeLists.txt @@ -0,0 +1,2 @@ +file(GLOB_RECURSE IMNODES_SOURCES ${CMAKE_CURRENT_LIST_DIR}/*.cpp) +add_library(imnodes IMNODES_SOURCES) |