This website requires JavaScript.
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
mirror
/
esp-idf
kopia lustrzana
https://github.com/espressif/esp-idf
Obserwuj
1
Polub
0
Forkuj
You've already forked esp-idf
0
Kod
Zgłoszenia
Projekty
Wydania
Wiki
Aktywność
4b4cd7fb51
esp-idf
/
components
/
idf_test
/
CMakeLists.txt
4 wiersze
86 B
CMake
Czysty
Zwykły widok
Historia
Unescape
Escape
cmake: Remove defaults for COMPONENT_SRCDIRS, COMPONENT_SRCS, COMPONENT_ADD_INCLUDEDIRS * Philosophical: "explicit is better than implicit". * Practical: Allows useful errors if invalid directories given in components as the defaults aren't always used. Also trims the -I path from a number of components that have no actual include directory. * Simplifies knowing which components will be header-only and which won't
2018-01-19 05:22:08 +00:00
set
(
COMPONENT_ADD_INCLUDEDIRS
"include"
)
cmake: Add component dependency support Components should set the COMPONENT_REQUIRES & COMPONENT_PRIVATE_REQUIRES variables to define their requirements.
2018-03-22 06:27:10 +00:00
set
(
COMPONENT_REQUIRES
)
build system: Initial cmake support, work in progress
2018-01-12 02:49:13 +00:00
register_component
(
)