aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2026-03-25 13:22:42 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2026-03-25 13:22:42 -0400
commit44342619d43375313b56f7c530c4532b0f69be25 (patch)
treecbb68df916001a3b6c3ea17eeea40e28cdc8f307 /CMakeLists.txt
parentd79588bdf85b8c1514019e679c7eefbc9014edd9 (diff)
downloaddo-44342619d43375313b56f7c530c4532b0f69be25.tar.gz
Refactor program structure
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)