summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 56dc273..aed30cc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -45,7 +45,8 @@ set(JOM_SRCS src/app/macrotable.cpp
src/app/parser.cpp
src/app/preprocessor.cpp
src/app/targetexecutor.cpp
- src/app/commandexecutor.cpp)
+ src/app/commandexecutor.cpp
+ src/app/makefilelinereader.cpp)
if(ANTLR_FOUND)
# if antlr library was found, simply add the definition, include the include directory and add some more files