Commit 068dab8
authored
Add llhttp-config-version.cmake (#783)
This allows CMake to use find_package with a compatible version of
llhttp.
find_package(llhttp 9.0.0 REQUIRED)
-- The following REQUIRED packages have been found:
* llhttp (required version >= 9.0.0)1 parent 990aa28 commit 068dab8
1 file changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
81 | 92 | | |
82 | 93 | | |
83 | 94 | | |
| |||
0 commit comments