diff options
Diffstat (limited to 'src/lib/delivery/CMakeLists.txt')
-rw-r--r-- | src/lib/delivery/CMakeLists.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/lib/delivery/CMakeLists.txt b/src/lib/delivery/CMakeLists.txt new file mode 100644 index 0000000..19e2c80 --- /dev/null +++ b/src/lib/delivery/CMakeLists.txt @@ -0,0 +1,16 @@ +include_directories(${PROJECT_BINARY_DIR}) + +add_library(stasis_delivery STATIC + delivery_postprocess.c + delivery_conda.c + delivery_docker.c + delivery_install.c + delivery_artifactory.c + delivery_test.c + delivery_build.c + delivery_show.c + delivery_populate.c + delivery_init.c + delivery.c +) +target_link_libraries(stasis_delivery stasis_core)
\ No newline at end of file |