1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-11-07 19:32:49 +01:00
openrw/viewer/CMakeLists.txt

8 lines
277 B
CMake
Raw Normal View History

add_executable(viewer main.cpp)
include_directories(../framework2/include /usr/include/bullet)
2013-07-02 08:06:03 +02:00
target_link_libraries( viewer renderware sfml-graphics sfml-window sfml-system GL GLEW BulletDynamics BulletCollision LinearMath )
install(TARGETS viewer RUNTIME DESTINATION bin)