(MOD) Refined Var, Array, CatlogMsg, CatlogSender, Status
This is the very first version that pass the compiler. Though it has lots things were made for testing, such as commenting problematic source code to avoid irrelevant errors. For test.c, everything is working fine. Congrats!
This commit is contained in:
@@ -3,6 +3,7 @@ cmake_minimum_required (VERSION 3.5)
|
||||
project (Compound)
|
||||
|
||||
add_compile_options(-g -std=c99 -Wall -Wextra -Wformat)
|
||||
LINK_LIBRARIES(m)
|
||||
|
||||
# add_executable(CompoundTest test.c
|
||||
# Var/src/var.c
|
||||
@@ -13,7 +14,10 @@ add_compile_options(-g -std=c99 -Wall -Wextra -Wformat)
|
||||
# catlog.c
|
||||
# name.c)
|
||||
|
||||
add_executable(CompoundTest test.c
|
||||
add_executable(CompoundTest
|
||||
test.c
|
||||
Var/src/var.c
|
||||
Array/src/array.c
|
||||
Status/src/status.c)
|
||||
Status/src/status.c
|
||||
Utils/src/utils.c
|
||||
catlog.c)
|
||||
|
Reference in New Issue
Block a user