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
0bdc12256e
esp-idf
/
components
/
jsmn
/
CMakeLists.txt
5 lines
92 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_SRCDIRS
"src"
)
set
(
COMPONENT_ADD_INCLUDEDIRS
"include"
)
build system: Initial cmake support, work in progress
2018-01-11 21:49:13 -05:00
register_component
(
)
Reference in New Issue
Copy Permalink