link game to boost-random and png libraries

This commit is contained in:
Roland Hautz 2014-11-05 20:14:32 +01:00 committed by Chris Beck
parent ca62a8f7bf
commit 37d63fd9ec

View file

@ -109,6 +109,7 @@ endif(ENABLE_BOOST_FILESYSTEM AND NOT ENABLE_PANDORA)
set(game-external-libs
${common-external-libs}
${Boost_SYSTEM_LIBRARIES}
${Boost_RANDOM_LIBRARY}
${SDLIMAGE_LIBRARY}
${SDLMIXER_LIBRARY}
${ANA_LIBRARIES}
@ -118,6 +119,13 @@ set(game-external-libs
${LIBDBUS_LIBRARIES}
)
if(ENABLE_LIBPNG AND PNG_FOUND)
set(game-external-libs
${game-external-libs}
${PNG_LIBRARIES}
)
endif(ENABLE_LIBPNG AND PNG_FOUND)
if(NOT ENABLE_PANDORA)
set(game-external-libs
${game-external-libs}