aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@oath.com>2018-07-12 12:15:26 +0000
committerArnstein Ressem <aressem@oath.com>2018-07-12 12:15:26 +0000
commit599bd706d36183230e144a7f365780c367145a6e (patch)
tree9cb2fe00f361b2f587f901514ab3823bd6be78f0 /CMakeLists.txt
parentf7b9c0261930c81132c66e3f174b8c468894b92f (diff)
Make it possible to dynamically add submodules for extra projects.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 23dcef6d96d..276fed18ac5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -115,6 +115,9 @@ add_subdirectory(vespamalloc)
add_subdirectory(vsm)
add_subdirectory(zkfacade)
+# Add any auxilliary projects
+add_auxilliary_modules()
+
# Create module targets with name ${MODULE}+module depending on every target defined within that module
__create_module_targets(TARGETS "module")