Init conan + meson project

Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
2025-11-15 12:48:45 +01:00
parent 984359e5f0
commit 4aa1a38ba3
8 changed files with 235 additions and 0 deletions

3
test_package/meson.build Normal file
View File

@@ -0,0 +1,3 @@
project('Testdaw-exp', 'cpp')
daw-exp = dependency('daw-exp', version : '>=0.1')
executable('example', 'src/example.cpp', dependencies: daw-exp)