Added installation instructions to CMakeLists

master
Markus Koch 2016-05-30 17:59:47 +02:00
parent d0c20c6e01
commit 8c5bdd7c60
1 changed files with 3 additions and 0 deletions

View File

@ -22,3 +22,6 @@ add_custom_command(
COMMAND ln -sf ${PROJECT_NAME} vdel
COMMAND ln -sf ${PROJECT_NAME} vlib
)
install (TARGETS model-ghdl DESTINATION bin)
install (FILES vsim vcom vmap vdel vlib DESTINATION bin)