The Meson Build System
http://mesonbuild.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
355 B
6 lines
355 B
# They both have the same name, this tests we use +verbatim to distinguish them |
|
# using their filename. It also ensures we pass the importlib on Windows. |
|
# Those libs are in a subdir as regression test: |
|
# https://github.com/mesonbuild/meson/issues/12484 |
|
zero_shared = shared_library('zero', 'zero.c') |
|
zero_static = static_library('zero', 'zero_static.c')
|
|
|