mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-15 18:58:55 +01:00
Fix linking to chromaprint on Windows
This commit is contained in:
parent
ae8ac239bf
commit
6f3df9bd5f
@ -361,6 +361,10 @@ if(NOT CHROMAPRINT_FOUND)
|
||||
add_subdirectory(3rdparty/chromaprint)
|
||||
set(CHROMAPRINT_LIBRARIES chromaprint_p)
|
||||
set(CHROMAPRINT_INCLUDE_DIRS ${CMAKE_SOURCE_DIR}/3rdparty/chromaprint/src)
|
||||
|
||||
if(WIN32)
|
||||
add_definitions(-DCHROMAPRINT_NODLL)
|
||||
endif(WIN32)
|
||||
endif(NOT CHROMAPRINT_FOUND)
|
||||
|
||||
# Subdirectories
|
||||
|
Loading…
Reference in New Issue
Block a user