mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-05 12:18:21 +02:00
11 lines
323 B
CMake
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}
|
|
)
|