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/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/lib/CMakeLists.txt') diff --git a/source/lib/CMakeLists.txt b/source/lib/CMakeLists.txt index e2bb4b5..b9cafe7 100644 --- a/source/lib/CMakeLists.txt +++ b/source/lib/CMakeLists.txt @@ -1,3 +1,7 @@ +if(WANDA_APPLICATIONS_ONLY) + set(WANDA_LIBRARY_TYPE OBJECT) +endif() + add_subdirectory("control") add_subdirectory("meta") add_subdirectory("proto") -- cgit v1.2.3