aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3791872..d2ce118 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -20,4 +20,9 @@ endif()
add_executable(do main.c
str.c
- str.h)
+ str.h
+ targetlist.c
+ targetlist.h
+ common.h
+ target.c
+ target.h)