1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-02 00:45:32 +00:00
openmw-tes3mp/apps/clientconsole/CMakeLists.txt

6 lines
207 B
Text
Raw Normal View History

2010-07-02 07:05:57 +00:00
project(clientconsole)
find_package(Boost REQUIRED COMPONENTS system)
link_directories(${Boost_LIBRARY_DIRS})
2010-07-02 07:05:57 +00:00
add_executable(clientconsole client.cpp)
target_link_libraries(clientconsole ${Boost_LIBRARIES})