added CMakeLists.txt
This commit is contained in:
parent
d28d628d7d
commit
28363ffc29
1 changed files with 7 additions and 0 deletions
7
CMakeLists.txt
Normal file
7
CMakeLists.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
cmake_minimum_required(VERSION 3.5)
|
||||
project(netcalc)
|
||||
|
||||
set(CMAKE_C_STANDARD 11)
|
||||
set(SOURCE_FILES netcalc.c)
|
||||
|
||||
add_executable(netcalc ${SOURCE_FILES})
|
Loading…
Add table
Add a link
Reference in a new issue