Initial commit
This commit is contained in:
6
C/TestProject/CMakeLists.txt
Normal file
6
C/TestProject/CMakeLists.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
cmake_minimum_required(VERSION 3.22)
|
||||
project(TestProject C)
|
||||
|
||||
set(CMAKE_C_STANDARD 99)
|
||||
|
||||
add_executable(TestProject main.c)
|
||||
Reference in New Issue
Block a user