Changeset - 72826f1ace78
[Not reviewed]
Hasan Yavuz Ă–ZDERYA - 10 years ago 2015-06-21 09:24:38
hy@ozderya.net
added license file to installer
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
CMakeLists.txt
Show inline comments
 
@@ -185,6 +185,7 @@ elseif (WIN32)
 
  set(CPACK_NSIS_MODIFY_PATH "ON")
 
  set(CPACK_PACKAGE_ICON "${CMAKE_SOURCE_DIR}/misc/serialplot.bmp")
 
  string(REPLACE "/" "\\\\" CPACK_PACKAGE_ICON ${CPACK_PACKAGE_ICON})
 
  SET(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/COPYING")
 
endif (UNIX)
 

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