1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-03-03 16:49:54 +00:00

Applied clientconsole build fix from GWater

This commit is contained in:
Nicolay Korslund 2010-07-08 09:56:13 +02:00
parent 0558664aa6
commit 4f170b14ea

View file

@ -1,3 +1,4 @@
find_package(Threads REQUIRED)
add_executable(clientconsole client.cpp)
target_link_libraries(clientconsole ${Boost_LIBRARIES})
target_link_libraries(clientconsole ${Boost_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT})