Skip to content

Commit

Permalink
CMakeLists: set AAX SDK path
Browse files Browse the repository at this point in the history
  • Loading branch information
austrianAudioJV committed Apr 25, 2024
1 parent 7fbe707 commit c285374
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ set(COMPANY_NAME "Austrian Audio")
# Change me! Used for the MacOS bundle identifier (and signing)
set(BUNDLE_ID "audio.austrian.software.plugins.polardesigner")



# Change me! Set the plugin formats you want built
# Valid choices: AAX Unity VST VST3 AU AUv3 Standalone
set(FORMATS Standalone AU VST3 AUv3)
set(FORMATS Standalone AU VST3 AUv3 AAX)

# For simplicity, the name of the CMake project is also the name of the target
project(${PROJECT_NAME} VERSION ${CURRENT_VERSION})
Expand All @@ -46,6 +48,7 @@ include(JUCEDefaults)
# On Github Actions, this is done as a part of actions/checkout
add_subdirectory(JUCE)

juce_set_aax_sdk_path(${JUCE_GLOBAL_AAX_SDK_PATH})

# Add any other modules you want modules here, before the juce_add_plugin call
# juce_add_module(modules/my_module)
Expand Down

0 comments on commit c285374

Please sign in to comment.