mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
9 lines
408 B
CMake
9 lines
408 B
CMake
|
# NOTE: This kind of mocking currently works on Linux targets only.
|
||
|
# On Espressif chips, too many dependencies are missing at the moment.
|
||
|
message(STATUS "building HTTP PARSER MOCKS")
|
||
|
|
||
|
idf_component_get_property(original_http_parser_dir http_parser COMPONENT_OVERRIDEN_DIR)
|
||
|
|
||
|
idf_component_mock(INCLUDE_DIRS "${original_http_parser_dir}"
|
||
|
MOCK_HEADER_FILES ${original_http_parser_dir}/http_parser.h)
|