Skip to content

Commit

Permalink
Enabled MuseSampler module
Browse files Browse the repository at this point in the history
  • Loading branch information
vpereverzev committed Oct 20, 2022
1 parent 84ff847 commit 1ac395a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ set(VST3_SDK_VERSION "3.7")
option(BUILD_VST "Build VST MODULE" OFF)
set(VST3_SDK_PATH "" CACHE PATH "Path to VST3_SDK. SDK version >= ${VST3_SDK_VERSION} required")

option(BUILD_MUSESAMPLER_MODULE "Build MuseSampler MODULE" OFF)
option(BUILD_MUSESAMPLER_MODULE "Build MuseSampler MODULE" ON)
set(MUSESAMPLER_SRC_PATH "" CACHE PATH "Path to MuseSampler sources")

option(ENABLE_AUDIO_EXPORT "Enable audio export" ON)
Expand Down

0 comments on commit 1ac395a

Please sign in to comment.