Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
multimedia:proaudio
ZLEqualizer
ZLEqualizer-CMakeLists.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ZLEqualizer-CMakeLists.patch of Package ZLEqualizer
diff --git a/CMakeLists.txt b/CMakeLists.txt index 78ad0f7..dba77e3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,7 +58,7 @@ else () if (DEFINED ENV{PLUGIN_OS_FORMAT}) set(FORMATS "$ENV{PLUGIN_OS_FORMAT}") else() - set(FORMATS LV2 VST3) + set(FORMATS VST LV2 VST3 Standalone) endif () endif () @@ -75,7 +75,7 @@ include(JUCEDefaults) # Locally, you must run `git submodule update --init --recursive` once # and later `git submodule update --remote --merge` to keep it up to date # On Github Actions, this is done as a part of actions/checkout -add_subdirectory(JUCE) +find_package(JUCE CONFIG REQUIRED) # Add any other modules you want modules here, before the juce_add_plugin call juce_add_module("${CMAKE_CURRENT_LIST_DIR}/modules/friz/Source/friz") @@ -90,7 +90,7 @@ juce_add_plugin("${PROJECT_NAME}" BUNDLE_ID "${BUNDLE_ID}" # On MacOS, plugin is copied to ~/Users/yourname/Library/Audio/Plug-Ins/ - COPY_PLUGIN_AFTER_BUILD TRUE + COPY_PLUGIN_AFTER_BUILD FALSE AAX_COPY_DIR "${JUCE_AAX_COPY_DIR}" # Change me!
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor