This website requires JavaScript.
Explore
Help
Register
Sign In
alex
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf.git
synced
2024-10-05 20:47:46 -04:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
38ec1b9a86
esp-idf
/
components
/
idf_test
/
CMakeLists.txt
4 lines
86 B
CMake
Raw
Normal View
History
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 00:22:08 -05: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 02:27:10 -04:00
set
(
COMPONENT_REQUIRES
)
build system: Initial cmake support, work in progress
2018-01-11 21:49:13 -05:00
register_component
(
)
Reference in New Issue
Copy Permalink