mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
More UI
This commit is contained in:
parent
8a591b3ab0
commit
3dbcbf73e5
10 changed files with 60 additions and 29 deletions
|
|
@ -85,6 +85,10 @@ foreach(module_name IN ITEMS gin gin_dsp gin_graphics gin_gui gin_metadata gin_n
|
|||
set_property (TARGET "${module_name}" APPEND PROPERTY LABELS Gin)
|
||||
endforeach()
|
||||
|
||||
# melatonin
|
||||
juce_add_module ("${CMAKE_CURRENT_LIST_DIR}/modules/melatonin_inspector")
|
||||
set_property (TARGET melatonin_inspector APPEND PROPERTY LABELS melatonin)
|
||||
|
||||
# Binary Data
|
||||
|
||||
set_property (DIRECTORY APPEND PROPERTY LABELS Assets)
|
||||
|
|
@ -242,6 +246,8 @@ target_link_libraries (${PLUGIN_NAME} PRIVATE
|
|||
gin_gui
|
||||
gin_plugin
|
||||
|
||||
melatonin_inspector
|
||||
|
||||
juce::juce_audio_basics
|
||||
juce::juce_audio_devices
|
||||
juce::juce_audio_formats
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue