1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-10 06:39:49 +00:00
OpenMW/apps/clientconsole/CMakeLists.txt

5 lines
155 B
CMake
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})