Files
2019-12-01 02:06:51 +01:00

6 lines
103 B
CMake

file(GLOB_RECURSE CPPS ./*.cpp )
add_executable(images ${CPPS})
target_link_libraries(images nodes)