mirror of
https://github.com/clangen/musikcube.git
synced 2025-03-12 07:13:23 +00:00
Removed some unnecessary junk from plugin CMakeLists.txt
This commit is contained in:
parent
ab12416976
commit
9400c65a61
@ -5,9 +5,5 @@ set (flacdecoder_SOURCES
|
|||||||
FlacDecoder.cpp
|
FlacDecoder.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
add_definitions(
|
|
||||||
-D_DEBUG
|
|
||||||
)
|
|
||||||
|
|
||||||
add_library(flacdecoder SHARED ${flacdecoder_SOURCES})
|
add_library(flacdecoder SHARED ${flacdecoder_SOURCES})
|
||||||
target_link_libraries(flacdecoder ${musikbox_LINK_LIBS} flac)
|
target_link_libraries(flacdecoder ${musikbox_LINK_LIBS} FLAC)
|
||||||
|
@ -5,11 +5,5 @@ set (mpg123decoder_SOURCES
|
|||||||
Mpg123Decoder.cpp
|
Mpg123Decoder.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
add_definitions(
|
|
||||||
-DXML_STATIC
|
|
||||||
-D_CRT_SECURE_NO_DEPRECATE
|
|
||||||
-D_DEBUG
|
|
||||||
)
|
|
||||||
|
|
||||||
add_library(mpg123decoder SHARED ${mpg123decoder_SOURCES})
|
add_library(mpg123decoder SHARED ${mpg123decoder_SOURCES})
|
||||||
target_link_libraries(mpg123decoder ${musikbox_LINK_LIBS} mpg123)
|
target_link_libraries(mpg123decoder ${musikbox_LINK_LIBS} mpg123)
|
||||||
|
@ -5,7 +5,6 @@ set (taglib_plugin_SOURCES
|
|||||||
)
|
)
|
||||||
|
|
||||||
add_definitions(
|
add_definitions(
|
||||||
-D_DEBUG
|
|
||||||
-DTAGLIB_NO_CONFIG
|
-DTAGLIB_NO_CONFIG
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user