Setup
This commit is contained in:
parent
7abc600076
commit
eac58e599a
5 changed files with 67 additions and 0 deletions
7
CMakeLists.txt
Normal file
7
CMakeLists.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
cmake_minimum_required(VERSION 3.25)
|
||||
project(c_net C)
|
||||
|
||||
set(CMAKE_C_STANDARD 11)
|
||||
|
||||
add_executable(c_net
|
||||
main.c)
|
||||
Reference in a new issue