add boost-thread to cmake recipe, part2

This commit is contained in:
Nils Kneuper 2016-04-02 10:24:17 +02:00
parent f758706ea2
commit adb0abfb6d

View file

@ -109,6 +109,7 @@ set(game-external-libs
${common-external-libs}
${Boost_SYSTEM_LIBRARIES}
${Boost_RANDOM_LIBRARY}
${Boost_THREAD_LIBRARY}
${sdl_image-lib}
${sdl_mixer-lib}
${sdl_ttf-lib}