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-08 11:01:43 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
f43b3afcec3b8089fee6dfa4f901b66e24f40f8c
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.24.6 Page: 153ms 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