link game to boost-random and png libraries
This commit is contained in:
parent
ca62a8f7bf
commit
37d63fd9ec
1 changed files with 8 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue