DEBSOURCES
Skip Quicknav
sources / qnodeeditor / 2.1.7-1 / examples / example2 / CMakeLists.txt
12345
file(GLOB_RECURSE CPPS ./*.cpp ) add_executable(example2 ${CPPS}) target_link_libraries(example2 nodes)