aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2018-12-01 19:24:51 +0100
committerFelix Morgner <felix.morgner@gmail.com>2018-12-01 19:24:51 +0100
commit56e57082a7e543155fcf583d146f4e130456ca73 (patch)
tree9739936ec5af7942c80188ff005b51cf5ac7bfb1 /CMakeLists.txt
parent753c0c35b3fea2e45cd83849afde303eea5ccd24 (diff)
downloadwanda-56e57082a7e543155fcf583d146f4e130456ca73.tar.xz
wanda-56e57082a7e543155fcf583d146f4e130456ca73.zip
build: expose wanda core as a library
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 #####