1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-11-07 03:12:36 +01:00
openrw/rwviewer/CMakeLists.txt
2014-01-26 03:45:55 +00:00

8 lines
278 B
CMake

add_executable(rwviewer main.cpp)
include_directories(../rwengine/include /usr/include/bullet)
target_link_libraries(rwviewer rwengine sfml-graphics sfml-window sfml-system GL GLEW BulletDynamics BulletCollision LinearMath )
install(TARGETS rwviewer RUNTIME DESTINATION bin)