1
0
mirror of https://github.com/cclassic/model-ghdl synced 2024-11-14 07:29:52 +01:00

Added installation instructions to CMakeLists

This commit is contained in:
Markus Koch 2016-05-30 17:59:47 +02:00
parent d0c20c6e01
commit 8c5bdd7c60

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)