We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74eb4ba commit 1b95c73Copy full SHA for 1b95c73
CMakeLists.txt
@@ -8,7 +8,7 @@ endif()
8
9
set(VERSION "0.7.3")
10
11
-set(FORMATS "Standalone" "LV2" "VST3")
+set(FORMATS "Standalone" "LV2" "VST3" "AUv3")
12
13
set(SRC_DIR "./src")
14
set(JUCE_DIR "external/juce")
@@ -37,7 +37,7 @@ if(WIN32)
37
endif()
38
39
IF(CMAKE_SYSTEM_NAME STREQUAL "Darwin")
40
- list(APPEND FORMATS "AU" "AUv3")
+ list(APPEND FORMATS "AU")
41
42
43
set(VST2_DIR "sdk/vst2")
@@ -127,4 +127,4 @@ target_link_libraries(${PROJECT_NAME} PRIVATE
127
${ROLI_BLOCKS}
128
${REACT_JUCE}
129
BinaryData
130
-)
+)
0 commit comments