1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-09-15 15:02:34 +02:00
openrw/datadump/CMakeLists.txt
2013-06-30 00:05:04 +01:00

4 lines
85 B
CMake

add_executable(datadump main.cpp)
install(TARGETS datadump RUNTIME DESTINATION bin)