Skip to content

Commit

Permalink
repository restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
aisair committed Feb 23, 2024
1 parent b0670fa commit 9b75f67
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
cmake_minimum_required(VERSION 3.26)

set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
set(CMAKE_C_COMPILER clang)
set(CMAKE_CXX_COMPILER clang++)

project(gradebook)

add_executable(gradebook src/main.cpp)
File renamed without changes.

0 comments on commit 9b75f67

Please sign in to comment.