Atlas-Install/external/CMakeLists.txt
Faraphel 170cb022cf Base for C++ rewrite
starting the new nodes system to replace safe_eval
2023-09-27 19:24:15 +02:00

11 lines
323 B
CMake

# Qt Nodes
# add the Qt Nodes library
add_subdirectory(nodeeditor)
# override the target properties for QtNodes
set_target_properties(QtNodes
PROPERTIES
ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}
LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}
RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}
)