commit | 03327ae1451e34c5edd58d956ed64e83cacd1d4f | [log] [tgz] |
---|---|---|
author | Peter Åstrand <astrand@cendio.se> | Tue Apr 19 12:31:44 2011 +0000 |
committer | Peter Åstrand <astrand@cendio.se> | Tue Apr 19 12:31:44 2011 +0000 |
tree | e7940593f635edb2f7bfccfa46b64e460b1be345 | |
parent | 3f6c4d003d4e9a2ce6dc95b08dc16e6dbed12d81 [diff] |
Added install target for new vncviewer. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4380 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/vncviewer/CMakeLists.txt b/vncviewer/CMakeLists.txt index 4315710..b4f888e 100644 --- a/vncviewer/CMakeLists.txt +++ b/vncviewer/CMakeLists.txt
@@ -17,3 +17,5 @@ add_executable(vncviewer ${VNCVIEWER_SOURCES}) target_link_libraries(vncviewer rfb network rdr os Xregion ${FLTK_LIBRARIES}) + +install (TARGETS vncviewer DESTINATION bin)