2023-02-28 14:50:28 +08:00

6 lines
111 B
CMake

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