Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
xivilay authored Jan 7, 2024
1 parent 74eb4ba commit 1b95c73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ endif()

set(VERSION "0.7.3")

set(FORMATS "Standalone" "LV2" "VST3")
set(FORMATS "Standalone" "LV2" "VST3" "AUv3")

set(SRC_DIR "./src")
set(JUCE_DIR "external/juce")
Expand Down Expand Up @@ -37,7 +37,7 @@ if(WIN32)
endif()

IF(CMAKE_SYSTEM_NAME STREQUAL "Darwin")
list(APPEND FORMATS "AU" "AUv3")
list(APPEND FORMATS "AU")
endif()

set(VST2_DIR "sdk/vst2")
Expand Down Expand Up @@ -127,4 +127,4 @@ target_link_libraries(${PROJECT_NAME} PRIVATE
${ROLI_BLOCKS}
${REACT_JUCE}
BinaryData
)
)

0 comments on commit 1b95c73

Please sign in to comment.