Remove the public header from the shared lib
It's installed with the static one
This commit is contained in:
parent
35b7564c1c
commit
643acbc644
1 changed files with 0 additions and 1 deletions
|
|
@ -75,7 +75,6 @@ if (SFIZZ_SHARED)
|
|||
target_compile_definitions (sfizz_shared PRIVATE _USE_MATH_DEFINES)
|
||||
endif()
|
||||
target_compile_definitions(sfizz_shared PRIVATE SFIZZ_EXPORT_SYMBOLS)
|
||||
set_target_properties (sfizz_shared PROPERTIES OUTPUT_NAME sfizz PUBLIC_HEADER "sfizz.h;sfizz.hpp")
|
||||
set_property (TARGET sfizz_shared PROPERTY SOVERSION ${PROJECT_VERSION_MAJOR})
|
||||
sfizz_enable_lto_if_needed(sfizz_shared)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue