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