Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bareos/bareos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Steffens <joerg.steffens@bareos.com>2021-03-19 21:43:38 +0300
committerJoerg Steffens <joerg.steffens@bareos.com>2022-04-06 15:33:24 +0300
commita5e7dd589b3a6e3393740de04a8f5df2fad1e089 (patch)
tree749b5d5e5dc76434a57837b87453f91497aa2e50 /CMakeLists.txt
parent01aa43c3d1b30dc80b34259e9a27ec9d3fb8f596 (diff)
contrib: add packaging for the contrib subproject
Add packages * bareos-contrib-director-python-plugins.install * bareos-contrib-filedaemon-python-plugins.install * bareos-contrib-tools Renamed triggerjob to bareos-triggerjob to indicate, that it belongs to Bareos.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index dc551cb68..350d7f3b0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -121,6 +121,7 @@ if(BUILD_BAREOS_BINARIES)
if(NOT client-only AND NOT ${CMAKE_SYSTEM_NAME} MATCHES "Windows")
add_subdirectory(systemtests)
endif()
+ add_subdirectory(contrib)
endif()
if(docs