Init conan + meson project
Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
6
meson.build
Normal file
6
meson.build
Normal file
@@ -0,0 +1,6 @@
|
||||
project('daw-exp ', 'cpp')
|
||||
qt6 = import('qt6')
|
||||
qt_dep = dependency('qt6', modules: ['Core', 'Widgets'])
|
||||
exe = executable('myapp', 'src/main.cpp',
|
||||
dependencies: [qt_dep],
|
||||
install: true)
|
||||
Reference in New Issue
Block a user