Skip to content

Commit e69f113

Browse files
committed
Added LV2 as linux format
1 parent 3400c2b commit e69f113

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Examples/CMakeLists.txt

+4
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ if (APPLE)
3333
list(APPEND FORMATS "AU")
3434
endif()
3535

36+
if (LINUX)
37+
list(APPEND FORMATS "LV2")
38+
endif()
39+
3640
# setup the copying to the output folder
3741
if (APPLE)
3842
set(COPY_FOLDER ${CMAKE_SOURCE_DIR}/Builds/MacOSX)

0 commit comments

Comments
 (0)