Changeset - d2eb17ba0632
[Not reviewed]
Hasan Yavuz Ă–ZDERYA - 10 years ago 2015-06-21 06:38:46
hy@ozderya.net
fixed startup menu creation
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
CMakeLists.txt
Show inline comments
 
@@ -179,8 +179,8 @@ set(CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA "
 

	
 
if (UNIX)
 
  set(CPACK_PACKAGE_EXECUTABLES "serialplot")
 
elsif (WIN32)
 
  set(CPACK_PACKAGE_EXECUTABLES "serialplot;misc/serialplot.png")
 
elseif (WIN32)
 
  set(CPACK_PACKAGE_EXECUTABLES "serialplot;SerialPlot")
 
endif (UNIX)
 

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