Changeset - af7286bcdb6f
[Not reviewed]
Hasan Yavuz Ă–ZDERYA - 10 years ago 2015-06-21 06:52:16
hy@ozderya.net
windows installer create desktop icon
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
CMakeLists.txt
Show inline comments
 
@@ -181,6 +181,8 @@ if (UNIX)
 
  set(CPACK_PACKAGE_EXECUTABLES "serialplot")
 
elseif (WIN32)
 
  set(CPACK_PACKAGE_EXECUTABLES "serialplot;SerialPlot")
 
  set(CPACK_CREATE_DESKTOP_LINKS "serialplot")
 
  set(CPACK_NSIS_MODIFY_PATH "ON")
 
endif (UNIX)
 

	
 
if (UNIX)
0 comments (0 inline, 0 general)