1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-09-18 16:32:32 +02:00
openrw/datadump/CMakeLists.txt

4 lines
85 B
CMake
Raw Normal View History

2013-06-30 01:05:04 +02:00
add_executable(datadump main.cpp)
install(TARGETS datadump RUNTIME DESTINATION bin)