aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2020-06-30 14:31:42 +0200
committerTor Egge <Tor.Egge@broadpark.no>2020-07-06 14:25:50 +0200
commitf2da08b259c5cf1ec50582fe8d6121222bb8d109 (patch)
tree3b7d5666c338ca3e13f21bfd882890fac5a4b5bf /CMakeLists.txt
parent50212269c2a455ab603531da113800b82196c988 (diff)
Create module source dependencies.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e1e3219a5d9..2c20531dc97 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -166,3 +166,9 @@ __create_module_targets(TEST_TARGETS "test")
# Create module targets with name ${MODULE}+source depending on every source target defined within that module
__create_module_targets(SOURCE_TARGETS "source")
+
+# Create module targets with name ${MODULE}+object depending on every object target defined within that module
+__create_module_targets(OBJECT_TARGETS "object")
+
+# Create module source dependencies
+__create_module_source_dependencies()