First steps to move from Make to CMake.
This commit is contained in:
parent
2875fc6187
commit
8a6cdbd267
5 changed files with 22 additions and 15 deletions
6
CMakeLists.txt
Normal file
6
CMakeLists.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
cmake_minimum_required(VERSION 3.26)
|
||||
project(spacetray C)
|
||||
|
||||
set(CMAKE_C_STANDARD 11)
|
||||
|
||||
add_executable(spacetray spacetray.c)
|
||||
Loading…
Add table
Add a link
Reference in a new issue