Files
esp-idf/components/nghttp/CMakeLists.txt
2018-04-30 09:59:20 +10:00

6 lines
161 B
CMake

set(COMPONENT_ADD_INCLUDEDIRS port/include nghttp2/lib/includes)
set(COMPONENT_SRCDIRS nghttp2/lib port)
set(COMPONENT_SUBMODULES nghttp2)
register_component()