blob: eb36e37e4b312cce3c23be2e0373fd5eb9da9a74 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
from devtools.yamaker.project import CMakeNinjaNixProject
llhttp = CMakeNinjaNixProject(
owners=["g:cpp-contrib"],
arcdir="contrib/restricted/llhttp",
nixattr="llhttp",
)
|