more on installer

This commit is contained in:
Martin Brodbeck 2018-08-07 12:52:24 +02:00
parent d784a26872
commit 8cd4b58b53
6 changed files with 174 additions and 1 deletions

View file

@ -34,3 +34,6 @@ if(WIN32)
set_target_properties(kima2 PROPERTIES LINK_FLAGS "-mwindows")
endif(WIN32)
# CPack
install(TARGETS kima2 RUNTIME DESTINATION bin)