mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-07 19:32:49 +01:00
8 lines
270 B
CMake
8 lines
270 B
CMake
add_executable(game main.cpp)
|
|
|
|
include_directories(../framework2/include /usr/include/bullet)
|
|
|
|
target_link_libraries(game renderware sfml-graphics sfml-window sfml-system GL GLEW BulletDynamics BulletCollision LinearMath )
|
|
|
|
install(TARGETS game RUNTIME DESTINATION bin)
|