tg_git/CMakeLists.txt

6 lines
167 B
CMake
Raw Permalink Normal View History

2021-09-19 21:18:55 +02:00
#Déclaration du projet
project(tg_git)
set(EXECUTABLE_OUTPUT_PATH bin/${CMAKE_BUILD_TYPE})
#Déclaration de l'exécutable
add_executable(hello_all src/hello_all.cpp)