mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-03 18:45:32 +00:00
3 lines
98 B
CMake
3 lines
98 B
CMake
|
|
add_executable(clientconsole client.cpp)
|
|
target_link_libraries(clientconsole ${Boost_LIBRARIES})
|