You've already forked nodeeditor
mirror of
https://github.com/AxioDL/nodeeditor.git
synced 2026-03-30 11:48:31 -07:00
6 lines
107 B
CMake
6 lines
107 B
CMake
file(GLOB_RECURSE CPPS ./*.cpp )
|
|
|
|
add_executable(example2 ${CPPS})
|
|
|
|
target_link_libraries(example2 nodes)
|