mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-14 02:14:21 +01:00
Force chardet to be static too
This commit is contained in:
parent
fc3cb7db69
commit
994a592f71
2
3rdparty/universalchardet/CMakeLists.txt
vendored
2
3rdparty/universalchardet/CMakeLists.txt
vendored
@ -31,6 +31,6 @@ set(CHARDET-SOURCES
|
||||
|
||||
include_directories(${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
|
||||
add_library(chardet
|
||||
add_library(chardet STATIC
|
||||
${CHARDET-SOURCES}
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user