(SOC) Storage Only Commit
(ADD) Name, NameScope, Catlog, Object, String, Attribute, Char, Registry, Utils, Type, <Platform Support>, <Global Constants>, README (MOD) Array, Var, Status, MemMan, <Common>
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
cmake_minimum_required (VERSION 2.8)
|
||||
cmake_minimum_required (VERSION 3.5)
|
||||
|
||||
project (Compound)
|
||||
|
||||
add_executable(CompoundTest test.c)
|
||||
add_compile_options(-g -std=c99 -Wall -Wextra -Wformat)
|
||||
|
||||
add_executable(CompoundTest test.c
|
||||
Var/src/var.c
|
||||
Status/src/status.c
|
||||
Stack/src/stack.c
|
||||
Array/src/array.c
|
||||
Utils/src/utils.c
|
||||
catlog.c
|
||||
name.c)
|
||||
|
Reference in New Issue
Block a user