1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-11-07 11:22:45 +01:00
openrw/datadump/CMakeLists.txt

6 lines
166 B
CMake
Raw Normal View History

2013-06-30 01:05:04 +02:00
add_executable(datadump main.cpp)
target_link_libraries( datadump sfml-graphics sfml-window sfml-system GL GLEW )
2013-06-30 01:05:04 +02:00
install(TARGETS datadump RUNTIME DESTINATION bin)