mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 10:47:19 +02:00
Merge branch 'bugfix/fix_cmake_wps_example_build' into 'feature/cmake'
wpa_supplicant: add missing source dirs to CMake build See merge request idf/esp-idf!2738
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
set(COMPONENT_SRCDIRS src/crypto port src/fast_crypto)
|
||||
set(COMPONENT_SRCDIRS src/crypto port src/fast_crypto src/wpa2/eap_peer src/wpa2/tls src/wpa2/utils src/wps)
|
||||
set(COMPONENT_ADD_INCLUDEDIRS include port/include)
|
||||
|
||||
set(COMPONENT_REQUIRES "")
|
||||
|
Reference in New Issue
Block a user