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
25a383c521
OVMS3-idf
/
components
/
jsmn
/
CMakeLists.txt
4 lines
95 B
CMake
Raw
Normal View
History
Unescape
Escape
cmake: make main a component again
2018-09-11 01:44:12 +00:00
set
(
COMPONENT_SRCS
"src/jsmn.c"
)
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"
)
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