Skip to content

Commit

Permalink
CPACK_NSIS_MENU_LINKS
Browse files Browse the repository at this point in the history
  • Loading branch information
stotiks committed Jun 8, 2023
1 parent 25e1b46 commit 8046069
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,11 @@ get_cmake_property(CPACK_COMPONENTS_ALL COMPONENTS)
list(REMOVE_ITEM CPACK_COMPONENTS_ALL "Unspecified")

set(CPACK_NSIS_MENU_LINKS
${MAIN_EXE} ${CPACK_PACKAGE_NAME}
${MAIN_EXE} ${CPACK_PACKAGE_NAME}
PlotSincGui.exe "Plot Sinc"
ReComputeServerGui.exe "Recompute Server"
)

set(CPACK_NSIS_ENABLE_UNINSTALL_BEFORE_INSTALL ON)


Expand All @@ -120,4 +123,5 @@ cpack_add_component(plotters
REQUIRED)

cpack_add_component(tools
DISPLAY_NAME "Tools")
DISPLAY_NAME "Tools"
REQUIRED)

0 comments on commit 8046069

Please sign in to comment.