From 8c5bdd7c60790026fe7215cb8d65a70c78181808 Mon Sep 17 00:00:00 2001 From: Markus Koch Date: Mon, 30 May 2016 17:59:47 +0200 Subject: [PATCH] Added installation instructions to CMakeLists --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6ef6d71..dad6597 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)