diff options
author | Peter Åstrand <astrand@cendio.se> | 2011-04-19 12:31:44 +0000 |
---|---|---|
committer | Peter Åstrand <astrand@cendio.se> | 2011-04-19 12:31:44 +0000 |
commit | 03327ae1451e34c5edd58d956ed64e83cacd1d4f (patch) | |
tree | e7940593f635edb2f7bfccfa46b64e460b1be345 | |
parent | 3f6c4d003d4e9a2ce6dc95b08dc16e6dbed12d81 (diff) | |
download | tigervnc-03327ae1451e34c5edd58d956ed64e83cacd1d4f.tar.gz tigervnc-03327ae1451e34c5edd58d956ed64e83cacd1d4f.zip |
Added install target for new vncviewer.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4380 3789f03b-4d11-0410-bbf8-ca57d06f2519
-rw-r--r-- | vncviewer/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vncviewer/CMakeLists.txt b/vncviewer/CMakeLists.txt index 43157100..b4f888e1 100644 --- a/vncviewer/CMakeLists.txt +++ b/vncviewer/CMakeLists.txt @@ -17,3 +17,5 @@ endif() add_executable(vncviewer ${VNCVIEWER_SOURCES}) target_link_libraries(vncviewer rfb network rdr os Xregion ${FLTK_LIBRARIES}) + +install (TARGETS vncviewer DESTINATION bin) |