We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd7f4fc commit 3ad96bfCopy full SHA for 3ad96bf
cmake/extensions.cmake
@@ -42,6 +42,25 @@
42
# ${CMAKE_CURRENT_SOURCE_DIR}/random_esp32.c
43
# ${CMAKE_CURRENT_SOURCE_DIR}/utils.c
44
# )
45
+#
46
+# As a very high-level introduction here are two call graphs that are
47
+# purposely minimalistic and incomplete.
48
49
+# zephyr_library_cc_option()
50
+# |
51
+# v
52
+# zephyr_library_compile_options() --> target_compile_options()
53
54
55
+# zephyr_cc_option() ---> target_cc_option()
56
57
58
+# zephyr_cc_option_fallback() ---> target_cc_option_fallback()
59
60
61
+# zephyr_compile_options() ---> target_compile_options()
62
63
+
64
65
# https://cmake.org/cmake/help/latest/command/target_sources.html
66
function(zephyr_sources)
0 commit comments