mirror of
https://github.com/status-im/snorenotify.git
synced 2025-01-22 14:29:10 +00:00
Do not append prefix to static lib automatically
This commit is contained in:
parent
2e543ca41c
commit
a1a766a7da
@ -60,6 +60,7 @@ function(add_snore_plugin SNORE_NAME)
|
||||
set_property( TARGET libsnore_${SNORE_TYPE_LOWERCASE}_${SNORE_NAME_LOWERCASE}
|
||||
APPEND
|
||||
PROPERTY COMPILE_DEFINITIONS QT_STATICPLUGIN)
|
||||
set_target_properties(libsnore_${SNORE_TYPE_LOWERCASE}_${SNORE_NAME_LOWERCASE} PROPERTIES PREFIX "")
|
||||
endif()
|
||||
|
||||
target_link_libraries(libsnore_${SNORE_TYPE_LOWERCASE}_${SNORE_NAME_LOWERCASE} Snore::Libsnore ${SNORE_LIBS})
|
||||
|
Loading…
x
Reference in New Issue
Block a user