1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-19 15:09:43 +00:00
openmw/apps/clientconsole/CMakeLists.txt

5 lines
155 B
Text
Raw Normal View History

find_package(Threads REQUIRED)
2010-07-02 07:05:57 +00:00
add_executable(clientconsole client.cpp)
target_link_libraries(clientconsole ${Boost_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT})