mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Create installer
This commit is contained in:
parent
26f572a019
commit
386a89cc9a
11 changed files with 591 additions and 36 deletions
|
|
@ -90,19 +90,15 @@ endforeach()
|
|||
juce_add_module ("${CMAKE_CURRENT_LIST_DIR}/modules/melatonin_inspector")
|
||||
set_property (TARGET melatonin_inspector APPEND PROPERTY LABELS melatonin)
|
||||
|
||||
# Binary Data
|
||||
# Binary Data (only layout.json - wavetables and presets are loaded from disk)
|
||||
|
||||
set_property (DIRECTORY APPEND PROPERTY LABELS Assets)
|
||||
|
||||
file (GLOB_RECURSE binary_files CONFIGURE_DEPENDS
|
||||
"./plugin/Resources/layout.json"
|
||||
"./plugin/Resources/WavetablesFLAC/*.wt2048"
|
||||
"./plugin/Resources/Presets/*.xml")
|
||||
"./plugin/Resources/layout.json")
|
||||
|
||||
juce_add_binary_data (${PLUGIN_NAME}_Assets SOURCES ${binary_files})
|
||||
|
||||
set_target_properties(${PLUGIN_NAME}_Assets PROPERTIES UNITY_BUILD ON UNITY_BUILD_MODE BATCH UNITY_BUILD_BATCH_SIZE 10)
|
||||
|
||||
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
|
||||
|
||||
juce_set_vst2_sdk_path (${CMAKE_SOURCE_DIR}/modules/plugin_sdk/vstsdk2.4)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue