Initial commit
This commit is contained in:
13
CMakeLists.txt
Normal file
13
CMakeLists.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
cmake_minimum_required(VERSION 4.0)
|
||||
project(groundc C)
|
||||
|
||||
set(CMAKE_C_STANDARD 11)
|
||||
|
||||
include_directories(src)
|
||||
|
||||
add_executable(groundc
|
||||
src/main.c
|
||||
src/parser.c
|
||||
src/parser.h
|
||||
src/types.c
|
||||
src/types.h)
|
||||
Reference in New Issue
Block a user