Logo
Explore Help
Sign In
espressif/esp-idf
1
0
Fork 1
You've already forked esp-idf
mirror of https://github.com/espressif/esp-idf.git synced 2025-11-16 07:19:38 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
358ed7fed95a1d52e73fb1a10b51d37a2e151e11
esp-idf/components/idf_test/CMakeLists.txt

8 lines
226 B
CMake
Raw Normal View History

Add multi-target support for performance tests
2020-02-28 16:12:11 +01:00
idf_build_get_property(target IDF_TARGET)
refactor(linux): excluded all non-Linux components from build * All components which won't build (yet) on Linux are excluded. This enables switching to Linux in an application without explicitly setting COMPONENTS to main in the main CMakeLists.txt. * ESP Timer provides headers for Linux now * automatically disabling LWIP in Kconfig if it is not available doc(linux): brought section "Component Linux/Mock Support Overview" up to date
2023-08-28 14:02:08 +08:00
if(${target} STREQUAL "linux")
return() # This component is not supported by the POSIX/Linux simulator
endif()
Add multi-target support for performance tests
2020-02-28 16:12:11 +01:00
idf_component_register(INCLUDE_DIRS "include" "include/${target}")
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 134ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API