]> source.dussan.org Git - tigervnc.git/commitdiff
Added install target for new vncviewer.
authorPeter Åstrand <astrand@cendio.se>
Tue, 19 Apr 2011 12:31:44 +0000 (12:31 +0000)
committerPeter Åstrand <astrand@cendio.se>
Tue, 19 Apr 2011 12:31:44 +0000 (12:31 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4380 3789f03b-4d11-0410-bbf8-ca57d06f2519

vncviewer/CMakeLists.txt

index 43157100b2b48f1a23b0d4283b3a01daba45eee4..b4f888e1bfcd3511d60818cd824808c9cb77cb0b 100644 (file)
@@ -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)