Skip to content

Commit

Permalink
Pass Suil modules to macdeployqt, linuxdeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed Jun 6, 2024
1 parent fce984f commit b099c35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmake/apple/MacDeployQt.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ file(GLOB LIBS "${APP}/Contents/lib/${lmms}/*.so")
file(GLOB LADSPA "${APP}/Contents/lib/${lmms}/ladspa/*.so")
list(APPEND LIBS ${LADSPA})
list(APPEND LIBS "${APP}/Contents/MacOS/RemoteZynAddSubFx")
list(APPEND LIBS ${CPACK_SUIL_MODULES})
list(SORT LIBS)

# Construct macdeployqt parameters
Expand Down
1 change: 1 addition & 0 deletions cmake/linux/LinuxDeploy.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ list(APPEND LIBS ${LADSPA})
list(APPEND LIBS "${ZYN}")
list(APPEND LIBS "${VST32}")
list(APPEND LIBS "${VST64}")
list(APPEND LIBS ${CPACK_SUIL_MODULES})
list(SORT LIBS)

# Construct linuxdeploy parameters
Expand Down

0 comments on commit b099c35

Please sign in to comment.