Skip to content

Commit 1b95c73

Browse files
authored
Update CMakeLists.txt
1 parent 74eb4ba commit 1b95c73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ endif()
88

99
set(VERSION "0.7.3")
1010

11-
set(FORMATS "Standalone" "LV2" "VST3")
11+
set(FORMATS "Standalone" "LV2" "VST3" "AUv3")
1212

1313
set(SRC_DIR "./src")
1414
set(JUCE_DIR "external/juce")
@@ -37,7 +37,7 @@ if(WIN32)
3737
endif()
3838

3939
IF(CMAKE_SYSTEM_NAME STREQUAL "Darwin")
40-
list(APPEND FORMATS "AU" "AUv3")
40+
list(APPEND FORMATS "AU")
4141
endif()
4242

4343
set(VST2_DIR "sdk/vst2")
@@ -127,4 +127,4 @@ target_link_libraries(${PROJECT_NAME} PRIVATE
127127
${ROLI_BLOCKS}
128128
${REACT_JUCE}
129129
BinaryData
130-
)
130+
)

0 commit comments

Comments
 (0)