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

6 lines
207 B
CMake
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})