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

6 lines
245 B
CMake

add_executable(datadump main.cpp ../framework/gtadata.cpp ../framework/LoaderIMG.cpp ../framework/LoaderIPL.cpp)
target_link_libraries( datadump sfml-graphics sfml-window sfml-system GL GLEW )
install(TARGETS datadump RUNTIME DESTINATION bin)