aboutsummaryrefslogtreecommitdiff
path: root/source/lib/meta
diff options
context:
space:
mode:
Diffstat (limited to 'source/lib/meta')
-rw-r--r--source/lib/meta/CMakeLists.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/source/lib/meta/CMakeLists.txt b/source/lib/meta/CMakeLists.txt
index e6e3372..d21d45c 100644
--- a/source/lib/meta/CMakeLists.txt
+++ b/source/lib/meta/CMakeLists.txt
@@ -22,8 +22,10 @@ target_compile_features("wanda-${LIB_NAME}" INTERFACE
"cxx_std_20"
)
-install(TARGETS "wanda-${LIB_NAME}"
- FILE_SET HEADERS
-)
+if(NOT WANDA_APPLICATIONS_ONLY)
+ install(TARGETS "wanda-${LIB_NAME}"
+ FILE_SET HEADERS
+ )
+endif()
add_library("wanda::${LIB_NAME}" ALIAS "wanda-${LIB_NAME}")