Static libraries (#213)

This commit is contained in:
Erik Fröjdh
2020-11-03 18:54:11 +01:00
committed by GitHub
parent f6fff9d916
commit 121a3ad733
7 changed files with 86 additions and 49 deletions

View File

@ -87,7 +87,6 @@ set_target_properties(slsSupportShared PROPERTIES
# Add static version of the support lib
add_library(slsSupportStatic STATIC $<TARGET_OBJECTS:slsSupportObject>)
target_link_libraries(slsSupportStatic PUBLIC slsSupportObject)
set_target_properties(slsSupportStatic PROPERTIES