renamed chemical to config, and renamed life to entity
This commit is contained in:
parent
30e8d94805
commit
04c89e46fe
10 changed files with 862 additions and 1725 deletions
|
|
@ -62,7 +62,8 @@ set(ARCHEUS_LINK_LIBRARIES
|
|||
|
||||
# ~ ARCHEUS_SOURCES ~ #
|
||||
set(ARCHEUS_SOURCES
|
||||
src/std/chemical.c
|
||||
src/std/config.c
|
||||
src/std/entity.c
|
||||
src/std/errno.c
|
||||
src/std/handler.c
|
||||
src/std/hashtable.c
|
||||
|
|
@ -128,7 +129,8 @@ if(ARCHEUS_TESTS)
|
|||
add_executable(tests
|
||||
tests/test.c
|
||||
|
||||
#tests/std/chemical.c
|
||||
tests/std/config.c
|
||||
#tests/std/entity.c
|
||||
#tests/std/hashtable.c
|
||||
#tests/std/lexer.c
|
||||
#tests/std/parser.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue