1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-06 03:15:33 +00:00
openmw-tes3mp/apps/clientconsole/CMakeLists.txt
2010-07-08 09:56:13 +02:00

4 lines
155 B
CMake

find_package(Threads REQUIRED)
add_executable(clientconsole client.cpp)
target_link_libraries(clientconsole ${Boost_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT})