mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-03-04 17:23:33 +01:00
build: add install command
This commit is contained in:
parent
f58677b7f0
commit
54932b3747
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue