Skip to content

Commit

Permalink
install VS2022 build
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrolcl committed Dec 20, 2024
1 parent 5e14831 commit 55d3e3c
Show file tree
Hide file tree
Showing 3 changed files with 426 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,11 @@ else()
endif()

if (WIN32)
include (InstallRequiredSystemLibraries)
install (FILES ${CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS}
DESTINATION .)
set(FLUIDSYNTH_PREFIX $ENV{FLUIDSYNTH})
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/${PROJECT_NAME}.nsi.in
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/${PROJECT_NAME}_msvc.nsi.in
${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}.nsi IMMEDIATE @ONLY)
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/${PROJECT_NAME}.rc.in
${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}.rc IMMEDIATE @ONLY)
Expand Down
File renamed without changes.
Loading

0 comments on commit 55d3e3c

Please sign in to comment.