mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-10 15:39:02 +00:00
4 lines
98 B
CMake
4 lines
98 B
CMake
|
|
add_executable(clientconsole client.cpp)
|
|
target_link_libraries(clientconsole ${Boost_LIBRARIES})
|