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