summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index 2722355..a8ec17e 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -4,6 +4,7 @@ set(
${CMAKE_CURRENT_SOURCE_DIR}/knowledge.c
${CMAKE_CURRENT_SOURCE_DIR}/assimilate.c
${CMAKE_CURRENT_SOURCE_DIR}/create_sentences.c
+ ${CMAKE_CURRENT_SOURCE_DIR}/sequence.c
)
set(SRC_FILES ${SRC_FILES} PARENT_SCOPE)