From 13cf6fe70cc68bd4d803385f5c6d7fe9c7691247 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 7 Sep 2023 11:38:59 +0200 Subject: build: add a build version without libraries --- source/lib/std_ext/CMakeLists.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'source/lib/std_ext') diff --git a/source/lib/std_ext/CMakeLists.txt b/source/lib/std_ext/CMakeLists.txt index e6e3372..d21d45c 100644 --- a/source/lib/std_ext/CMakeLists.txt +++ b/source/lib/std_ext/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}") -- cgit v1.2.3