aboutsummaryrefslogtreecommitdiff
path: root/src/lib/CMakeLists.txt
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2024-12-11 10:28:47 -0500
committerGitHub <noreply@github.com>2024-12-11 10:28:47 -0500
commit3078519379ffcdc45811431336547d7df31a24ee (patch)
tree2b5be989ca839bd97f55f40605e23d7019397be7 /src/lib/CMakeLists.txt
parent456c5a481a7dabb53434a696488ac6eecb962d5b (diff)
parent4fd92ec6b203d6b94b9e9f9531fd60a65736e810 (diff)
downloadstasis-3078519379ffcdc45811431336547d7df31a24ee.tar.gz
Merge pull request #75 from jhunkeler/delivery-lib
Move delivery_*.c sources into their own library
Diffstat (limited to 'src/lib/CMakeLists.txt')
-rw-r--r--src/lib/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/CMakeLists.txt b/src/lib/CMakeLists.txt
index 82bfe4a..187ddb2 100644
--- a/src/lib/CMakeLists.txt
+++ b/src/lib/CMakeLists.txt
@@ -1 +1,2 @@
-add_subdirectory(core) \ No newline at end of file
+add_subdirectory(core)
+add_subdirectory(delivery) \ No newline at end of file