1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-25 15:35:23 +00:00
OpenMW/apps/clientconsole/CMakeLists.txt

5 lines
155 B
CMake
Raw Normal View History

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