diff options
author | svidyuk <[email protected]> | 2023-04-13 07:16:01 +0300 |
---|---|---|
committer | svidyuk <[email protected]> | 2023-04-13 07:16:01 +0300 |
commit | fc501a5b7be491c35fb1c12a742dec9e89c39dff (patch) | |
tree | e51131e4b6119df4e0a4c01496aeecf733dabc0c | |
parent | 31ee948ba6ec61a904299ec395dcd523f2755590 (diff) |
Require m4 in addition to bison for .y .ypp rules cmake export
-rw-r--r-- | conanfile.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conanfile.txt b/conanfile.txt index 350b82372f6..0ce0ccdb685 100644 --- a/conanfile.txt +++ b/conanfile.txt @@ -1,11 +1,12 @@ [requires] -bison/3.5.3 c-ares/1.18.1 libiconv/1.15 openssl/1.1.1s zlib/1.2.13 [tool_requires] +bison/3.5.3 +m4/1.4.19 ragel/6.10 yasm/1.3.0 @@ -15,6 +16,7 @@ libiconv:shared=True [imports] bin, *yasm* -> ./bin bin, bison* -> ./bin/bison/bin +bin, m4* -> ./bin/m4/bin bin, ragel* -> ./bin bin, ytasm* -> ./bin res, * -> ./bin/bison/res |