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