mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-07 03:12:36 +01:00
8 lines
278 B
CMake
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)
|