3 lines
No EOL
84 B
CMake
3 lines
No EOL
84 B
CMake
project(helloworld)
|
|
set(SOURCES main.cpp)
|
|
add_executable(${PROJECT_NAME} ${SOURCES}) |