parent
8e89a38737
commit
8a8a3a0578
1 changed files with 4 additions and 0 deletions
@ -1,5 +1,9 @@ |
||||
project('framework recasting', 'c', 'cpp') |
||||
|
||||
if not find_program('cmake', required: false).found() |
||||
error('MESON_SKIP_TEST cmake binary not available.') |
||||
endif |
||||
|
||||
x = dependency('OpenAL', method: 'cmake') |
||||
|
||||
y = executable('tt', files('main.cpp'), dependencies: x) |
||||
|
Loading…
Reference in new issue