Moving to codeberg BhJaipal/programming
cmake_minimum_required(VERSION 3.28.3)
project(CMakeLearning)
add_executable(${PROJECT_NAME} Student.cpp)
set_compiler("clang-18")cmake CMakesLists.txt
make all
./CMakeLearning| Name | Name | Last commit date | ||
|---|---|---|---|---|
cmake_minimum_required(VERSION 3.28.3)
project(CMakeLearning)
add_executable(${PROJECT_NAME} Student.cpp)
set_compiler("clang-18")cmake CMakesLists.txt
make all
./CMakeLearning