mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-17 16:36:33 -04:00
Fix build error for clientconsole
pthreads is now linked. Signed-off-by: Josua Grawitter <josh@greyage.org>
This commit is contained in:
parent
6b3ff8a516
commit
36f98a1128
@ -1,3 +1,4 @@
|
||||
|
||||
find_package(Threads REQUIRED)
|
||||
add_executable(clientconsole client.cpp)
|
||||
target_link_libraries(clientconsole ${Boost_LIBRARIES})
|
||||
target_link_libraries(clientconsole ${Boost_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT})
|
||||
|
Loading…
x
Reference in New Issue
Block a user