Skip to content

Commit

Permalink
Added LV2 as linux format
Browse files Browse the repository at this point in the history
  • Loading branch information
ffAudio committed Jul 27, 2023
1 parent 59e2182 commit fcfb723
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ if (APPLE)
list(APPEND FORMATS "AU")
endif()

if (LINUX)
list(APPEND FORMATS "LV2")
endif()

# setup the copying to the output folder
if (APPLE)
set(COPY_FOLDER ${CMAKE_SOURCE_DIR}/Builds/MacOSX)
Expand Down

0 comments on commit fcfb723

Please sign in to comment.