Some AI shite
Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
12
meson.build
12
meson.build
@@ -1,13 +1,15 @@
|
||||
project('daw-exp ', 'cpp')
|
||||
|
||||
qt_dep = dependency('qt6', modules: ['Core', 'Widgets'])
|
||||
|
||||
jack_dep = dependency('jack', required : true)
|
||||
test_dep = dependency('conan-test-lib', required: true)
|
||||
snd_dep = dependency('sndfile', required: true)
|
||||
|
||||
#executable('daw-project', 'src/engine/main.cpp',
|
||||
# dependencies: [jack_dep, test_dep],
|
||||
# install: true)
|
||||
appleframeworks_dep = dependency('appleframeworks',
|
||||
modules : ['AudioUnit', 'AudioToolbox', 'CoreAudio']
|
||||
)
|
||||
|
||||
executable('daw-gui', 'src/gui/main.cpp',
|
||||
dependencies: [qt_dep, test_dep],
|
||||
executable('daw-gui', 'src/main.cpp',
|
||||
dependencies: [qt_dep, test_dep, snd_dep, appleframeworks_dep],
|
||||
install: true)
|
||||
|
||||
Reference in New Issue
Block a user