mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
Forgot a lib. Flacdecoder now builds under VC :D
This commit is contained in:
parent
66f534b4aa
commit
97311f2a11
@ -21,13 +21,15 @@ set (Boost_ADDITIONAL_VERSIONS "1.37.0" )
|
||||
if(WIN32 AND NOT UNIX)
|
||||
find_package(Boost 1.42.0 REQUIRED ${BOOST_LIBS} )
|
||||
if (Boost_FOUND)
|
||||
add_definitions (-DHAVE_BOOST)
|
||||
set (BOOST_LINK_LIBS
|
||||
${Boost_LIBRARIES})
|
||||
add_definitions (
|
||||
-DHAVE_BOOST
|
||||
)
|
||||
#set (BOOST_LINK_LIBS
|
||||
# ${Boost_LIBRARIES})
|
||||
include_directories (${Boost_INCLUDE_DIRS})
|
||||
link_directories(${Boost_INCLUDE_DIRS})
|
||||
message(STATUS "Boost includes: " ${Boost_INCLUDE_DIRS})
|
||||
message(STATUS "Boost libs: " ${Boost_LIBRARIES})
|
||||
link_directories(${Boost_LIBRARY_DIRS})
|
||||
#message(STATUS "Boost includes: " ${Boost_INCLUDE_DIRS})
|
||||
#message(STATUS "Boost libs: " ${Boost_LIBRARIES})
|
||||
else (Boost_FOUND)
|
||||
set (BOOST_LINK_LIBS
|
||||
boost_system
|
||||
|
@ -33,6 +33,6 @@ else (flac_found)
|
||||
endif (${MSVC90})
|
||||
endif (flac_found)
|
||||
add_library( flacdecoder SHARED ${flacdecoder_SOURCES} )
|
||||
target_link_libraries( flacdecoder ${musikCube_LINK_LIBS} FLAC++)
|
||||
target_link_libraries( flacdecoder ${musikCube_LINK_LIBS} FLAC FLAC++)
|
||||
|
||||
|
||||
|
BIN
src/contrib/flacdecoder/lib/VS2008/FLAC.dll
Normal file
BIN
src/contrib/flacdecoder/lib/VS2008/FLAC.dll
Normal file
Binary file not shown.
BIN
src/contrib/flacdecoder/lib/VS2008/FLAC.exp
Normal file
BIN
src/contrib/flacdecoder/lib/VS2008/FLAC.exp
Normal file
Binary file not shown.
BIN
src/contrib/flacdecoder/lib/VS2008/FLAC.lib
Normal file
BIN
src/contrib/flacdecoder/lib/VS2008/FLAC.lib
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user