Skip to content

Commit

Permalink
Create CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeByAidan authored Nov 7, 2023
1 parent a7768a6 commit 194c172
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 3.25)
project(Bank_Simple_C C)

set(CMAKE_C_STANDARD 17)

add_executable(largeintcalculator.c)

0 comments on commit 194c172

Please sign in to comment.