Rename wrapper scripts to avoid conflict with old Qucs

This commit is contained in:
Vadim Kuznetsov 2023-05-21 09:35:59 +03:00
parent dcdab6a5f9
commit a1faa87319
7 changed files with 10 additions and 0 deletions

View File

@ -313,6 +313,16 @@ INSTALL( FILES ${SCRIPTS} DESTINATION bin/ )
INSTALL( FILES ${QUCS_NAME}.1 DESTINATION share/man/man1 ) INSTALL( FILES ${QUCS_NAME}.1 DESTINATION share/man/man1 )
# Install wrapper scripts
IF(WIN32)
SET(SCRIPTS qucs_run_hdl.bat qucs_run_verilog.bat qucs_mkdigilib.bat)
ELSE()
SET(SCRIPTS qucs_run_hdl qucs_run_verilog qucs_mkdigilib)
ENDIF()
INSTALL( FILES ${SCRIPTS} PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ
GROUP_EXECUTE GROUP_READ WORLD_EXECUTE WORLD_READ DESTINATION bin/ )
# To Create a package, one can run "cpack -G DragNDrop CPackConfig.cmake" on Mac OS X # To Create a package, one can run "cpack -G DragNDrop CPackConfig.cmake" on Mac OS X
# where CPackConfig.cmake is created by including CPack # where CPackConfig.cmake is created by including CPack
# And then there's ways to customize this as well # And then there's ways to customize this as well

0
qucs/qucsdigi → qucs/qucs_run_hdl Normal file → Executable file
View File