diff options
Diffstat (limited to 'tests/projects/c/asn1c/xmake.lua')
| -rw-r--r-- | tests/projects/c/asn1c/xmake.lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/projects/c/asn1c/xmake.lua b/tests/projects/c/asn1c/xmake.lua new file mode 100644 index 000000000..d8bca2020 --- /dev/null +++ b/tests/projects/c/asn1c/xmake.lua @@ -0,0 +1,9 @@ +add_rules("mode.debug", "mode.release") +add_requires("asn1c") + +target("test") + set_kind("binary") + add_files("src/*.c") + add_files("src/*.asn1") + add_rules("asn1c") + add_packages("asn1c") |
