2010-07-04 20:17:10 -07:00
|
|
|
|
2010-07-08 09:56:13 +02:00
|
|
|
find_package(Threads REQUIRED)
|
2010-07-02 00:05:57 -07:00
|
|
|
add_executable(clientconsole client.cpp)
|
2010-07-08 09:56:13 +02:00
|
|
|
target_link_libraries(clientconsole ${Boost_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT})
|