mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-10 15:39:02 +00:00
5 lines
155 B
CMake
5 lines
155 B
CMake
|
|
find_package(Threads REQUIRED)
|
|
add_executable(clientconsole client.cpp)
|
|
target_link_libraries(clientconsole ${Boost_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT})
|