The Meson Build System
http://mesonbuild.com/
7 lines
190 B
7 lines
190 B
5 years ago
|
project('mixed', 'c', 'swift')
|
||
|
add_project_arguments('-embed-bitcode', language : 'swift')
|
||
|
subdir('mylib')
|
||
|
exe = executable('prog', 'main.swift',
|
||
|
dependencies : dep)
|
||
|
test('c module', exe)
|