mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-11 00:24:12 +02:00
Fix lastfm export macro after my last commit. Why did it work before that?!
This commit is contained in:
1
thirdparty/liblastfm2/src/CMakeLists.txt
vendored
1
thirdparty/liblastfm2/src/CMakeLists.txt
vendored
@@ -87,6 +87,7 @@ endif(WIN32)
|
|||||||
qt4_wrap_cpp(MOC_SOURCES ${MOC_HEADERS})
|
qt4_wrap_cpp(MOC_SOURCES ${MOC_HEADERS})
|
||||||
|
|
||||||
IF( WIN32 )
|
IF( WIN32 )
|
||||||
|
add_definitions( -DLASTFM_LIB )
|
||||||
add_library(tomahawk_lastfm2 SHARED
|
add_library(tomahawk_lastfm2 SHARED
|
||||||
${SOURCES}
|
${SOURCES}
|
||||||
${MOC_SOURCES}
|
${MOC_SOURCES}
|
||||||
|
Reference in New Issue
Block a user