This website requires JavaScript.
Explore
Help
Register
Sign In
Crash_Override
/
OVMS3-idf
Watch
1
Star
0
Fork
You've already forked OVMS3-idf
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
a556240e3e
OVMS3-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 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
(
)
Reference in a new issue
Copy permalink