5 lines
98 B
CMake
5 lines
98 B
CMake
project(cpplab)
|
|
|
|
add_executable(cpplab main.cpp)
|
|
|
|
install(TARGETS cpplab RUNTIME DESTINATION bin)
|