summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
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()