openmw-tes3coop/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})