Various fixes to get openmw to compile and run properly
parent
0de4bb9d6c
commit
4a3f6b0ff1
@ -1,2 +1,5 @@
|
||||
project(clientconsole)
|
||||
find_package(Boost REQUIRED COMPONENTS system)
|
||||
link_directories(${Boost_LIBRARY_DIRS})
|
||||
add_executable(clientconsole client.cpp)
|
||||
target_link_libraries(clientconsole ${Boost_LIBRARIES})
|
||||
|
Loading…
Reference in New Issue