aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0f764d3..4b70c60 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -48,7 +48,7 @@ set(WANDA_CORE_LIBRARIES
"Threads::Threads"
)
-add_library("core" OBJECT ${WANDA_CORE_SOURCES} ${WANDA_CORE_HEADERS})
+add_library("core" ${WANDA_CORE_SOURCES} ${WANDA_CORE_HEADERS})
target_link_libraries("core" ${WANDA_CORE_LIBRARIES})
##### Wanda Daemon #####