diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2023-09-07 11:38:59 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2023-09-07 11:38:59 +0200 |
| commit | 13cf6fe70cc68bd4d803385f5c6d7fe9c7691247 (patch) | |
| tree | e36644032f4c04134ec0754bb1bbbbe8df633954 /source/lib/CMakeLists.txt | |
| parent | 77bf36d5183eb11642bdff771750a38d1b8fa8bd (diff) | |
| download | wanda-13cf6fe70cc68bd4d803385f5c6d7fe9c7691247.tar.xz wanda-13cf6fe70cc68bd4d803385f5c6d7fe9c7691247.zip | |
build: add a build version without libraries
Diffstat (limited to 'source/lib/CMakeLists.txt')
| -rw-r--r-- | source/lib/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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") |
