Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeByAidan committed Nov 7, 2023
1 parent 1182cdb commit da962d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.25)
project(largeintcalculator.c C)
project(largeintcalculator C)

set(CMAKE_C_STANDARD 17)

add_executable(largeintcalculator.c)
add_executable(largeintcalculator largeintcalculator.c)

0 comments on commit da962d8

Please sign in to comment.