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 )