mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-07 11:22:45 +01:00
8 lines
242 B
CMake
8 lines
242 B
CMake
add_executable(viewer main.cpp ../framework/LoaderDFF.cpp)
|
|
|
|
include_directories(../framework2/include)
|
|
|
|
target_link_libraries( viewer renderware sfml-graphics sfml-window sfml-system GL GLEW )
|
|
|
|
install(TARGETS viewer RUNTIME DESTINATION bin)
|