wpa_supplicant: add missing source dirs to CMake build

Closes: https://github.com/espressif/esp-idf/issues/2168

Signed-off-by: Mahavir Jain <mahavir@espressif.com>
This commit is contained in:
Mahavir Jain 2018-07-10 13:31:28 +05:30
parent e7faa1d851
commit fdfe38a779

View file

@ -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 "")