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

6 lines
207 B
CMake
Raw Normal View History

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