Applied clientconsole build fix from GWater

actorid
Nicolay Korslund 15 years ago
parent 0558664aa6
commit 4f170b14ea

@ -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})

Loading…
Cancel
Save