refactor config classes
This commit is contained in:
@@ -46,7 +46,7 @@ find_package(Qt6 REQUIRED COMPONENTS
|
||||
qt_standard_project_setup()
|
||||
|
||||
add_library(sonobulus_core STATIC
|
||||
src/ConfigService.cpp
|
||||
src/config/ConfigService.cpp
|
||||
src/LoggerService.cpp
|
||||
src/TimerComponent.cpp
|
||||
src/synth/AudioEngine.cpp
|
||||
@@ -57,7 +57,7 @@ add_library(sonobulus_core STATIC
|
||||
src/synth/Synth.cpp
|
||||
src/synth/Voice.cpp
|
||||
src/synth/Filter.cpp
|
||||
src/synth/Instrument.cpp
|
||||
src/synth/Instruments/Instrument.cpp
|
||||
src/synth/Instruments/PianoString.cpp
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user