esp32 pip

This commit is contained in:
2020-11-06 15:19:25 +03:00
parent 0614c3df96
commit 2898c56476

View File

@@ -32,5 +32,5 @@ add_definitions(-DESP_PLATFORM)
add_definitions(-DGCC_NOT_5_2_0=0)
add_definitions(-DHAVE_CONFIG_H)
add_subdirectory(.. pip)
find_package(PIP REQUIRED)
target_link_libraries(${COMPONENT_TARGET} PIP::Crypt PIP::IOUtils PIP::Compress)