summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-01-07 23:30:35 +0100
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-01-07 23:30:35 +0100
commit492b9cd1ecc234ea8f3080b305103702d2ca772b (patch)
tree730c1a65fa3be618f3c3609bc27f006c435efc82 /src/core/CMakeLists.txt
parentb349789ad116a610c18238237b7369e6b49382dc (diff)
Starting to rewrite the knowledge stuff.
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index af5ca65..37b95cb 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -1,9 +1,11 @@
set(
SRC_FILES ${SRC_FILES}
+ ${CMAKE_CURRENT_SOURCE_DIR}/char.c
${CMAKE_CURRENT_SOURCE_DIR}/main.c
${CMAKE_CURRENT_SOURCE_DIR}/knowledge.c
+ ${CMAKE_CURRENT_SOURCE_DIR}/knowledge_search.c
${CMAKE_CURRENT_SOURCE_DIR}/assimilate.c
- ${CMAKE_CURRENT_SOURCE_DIR}/create_sequence.c
+ ${CMAKE_CURRENT_SOURCE_DIR}/sequence_creation.c
${CMAKE_CURRENT_SOURCE_DIR}/sequence.c
)