build: add install command

This commit is contained in:
Matthias Schiffer 2019-08-28 21:00:17 +02:00
parent f58677b7f0
commit 54932b3747
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C

View file

@ -36,3 +36,5 @@ add_executable(regiondump
)
set_target_properties(regiondump PROPERTIES COMPILE_FLAGS "-std=c++11 -Wall")
target_link_libraries(regiondump ${ZLIB_LIBRARIES})
install(TARGETS MinedMap RUNTIME DESTINATION bin)