LPT26x-HSF-4MB-Hilink_14.2..../build/cmake/open_source.cmake
2025-05-13 22:00:58 +08:00

8 lines
352 B
CMake
Executable File

include(${CMAKE_DIR}/open_source/gmssl.cmake)
include(${CMAKE_DIR}/open_source/mbedtls.cmake)
include(${CMAKE_DIR}/open_source/hitls.cmake)
include(${CMAKE_DIR}/open_source/littlefs.cmake)
include(${CMAKE_DIR}/open_source/libcoap.cmake)
if (EXISTS ${ROOT_DIR}/protocol/wifi/CMakeLists.txt)
include(${CMAKE_DIR}/open_source/wpa_supplicant.cmake)
endif()