From 1bec4776252cec88ec3336602c0c477c20a1292f Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Sun, 8 Dec 2024 19:36:31 -0500 Subject: Move delivery_*.c sources into their own library --- src/lib/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/CMakeLists.txt') 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 -- cgit