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:
authorFrank Ueberschar <frank.ueberschar@bareos.com>2020-07-07 21:25:08 +0300
committerFrank Ueberschar <frank.ueberschar@bareos.com>2020-07-20 16:29:10 +0300
commitb70447efbbffdba55a6bce7da498e13baa77a745 (patch)
tree236585eb9fd02bca2149b911526390e4c3802d89 /CMakeLists.txt
parent2b1be56e0427a642a7e530267aa15f9775e435a7 (diff)
droplet: correct dependencies to build libdroplet and droplet-device
- add general-library dependency to libdroplet - apply cmake-format
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 6ceb22d1c..e8fc4f4be 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -71,6 +71,7 @@ else()
endif()
if(BUILD_BAREOS_BINARIES)
+ add_subdirectory(core/src/droplet) #libdroplet
add_subdirectory(core)
add_subdirectory(webui)
if (NOT client-only)