forked from mirror/openmw-tes3mp
3 lines
98 B
CMake
3 lines
98 B
CMake
|
|
add_executable(clientconsole client.cpp)
|
|
target_link_libraries(clientconsole ${Boost_LIBRARIES})
|