You've already forked n64-controller
6 lines
103 B
CMake
6 lines
103 B
CMake
file(GLOB_RECURSE CPPS ./*.cpp )
|
|
|
|
add_executable(images ${CPPS})
|
|
|
|
target_link_libraries(images nodes)
|