mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-07 19:32:49 +01:00
4 lines
85 B
CMake
4 lines
85 B
CMake
|
add_executable(datadump main.cpp)
|
||
|
|
||
|
install(TARGETS datadump RUNTIME DESTINATION bin)
|