Skip to content
This repository was archived by the owner on Apr 9, 2026. It is now read-only.

Latest commit

 

History

History
37 lines (30 loc) · 1.72 KB

File metadata and controls

37 lines (30 loc) · 1.72 KB

Programming

Moving to codeberg BhJaipal/programming

Visual Studio Code C++ C GitHub GitHub stars Jupyter

CMake Use

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