1234567891011121314151617181920 |
- LIBRARY()
- GENERATE_ENUM_SERIALIZATION(httpcodes.h)
- SRCS(
- httpcodes.cpp
- httpdate.cpp
- httpreqdata.cpp
- parsed_request.cpp
- )
- PEERDIR(
- library/cpp/case_insensitive_string
- library/cpp/cgiparam
- library/cpp/digest/lower_case
- )
- END()
- RECURSE_FOR_TESTS(ut)
|