6 lines
111 B
CMake
Raw Normal View History

2023-02-28 14:50:28 +08:00
file(GLOB_RECURSE CPPS ./*.cpp )
add_executable(calculator ${CPPS})
target_link_libraries(calculator nodes)