diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2018-12-01 19:24:51 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2018-12-01 19:24:51 +0100 |
| commit | 56e57082a7e543155fcf583d146f4e130456ca73 (patch) | |
| tree | 9739936ec5af7942c80188ff005b51cf5ac7bfb1 | |
| parent | 753c0c35b3fea2e45cd83849afde303eea5ccd24 (diff) | |
| download | wanda-56e57082a7e543155fcf583d146f4e130456ca73.tar.xz wanda-56e57082a7e543155fcf583d146f4e130456ca73.zip | |
build: expose wanda core as a library
| -rw-r--r-- | CMakeLists.txt | 2 |
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 ##### |
