summaryrefslogtreecommitdiff
path: root/examples/CMakeLists.txt
diff options
context:
space:
mode:
authorHiFiPHile <[email protected]>2026-09-04 11:18:06 +0200
committerHiFiPHile <[email protected]>2026-09-04 11:18:06 +0200
commit3976e532800cfa065b4fbf3f32b01b4a68e4d7f4 (patch)
tree65a2d91d0a3ea8abefd78c83e2974da3b5971b32 /examples/CMakeLists.txt
parentcd9bbed39f5851d5e4dc64271f18b8db777acb53 (diff)
parent29851564af08cb4909175315d20c71f5eca13040 (diff)
Merge remote-tracking branch 'origin/master' into codex/class-reference-docs
Diffstat (limited to 'examples/CMakeLists.txt')
-rw-r--r--examples/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index 7669290a8..6122b7d54 100644
--- a/examples/CMakeLists.txt
+++ b/examples/CMakeLists.txt
@@ -21,7 +21,7 @@ endforeach ()
find_package(Python3 REQUIRED COMPONENTS Interpreter)
add_custom_target(tinyusb_metrics
COMMAND ${Python3_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/../tools/metrics.py
- combine -f tinyusb/src -j -o ${CMAKE_BINARY_DIR}/metrics
+ combine -f tinyusb/src -j --by-example -o ${CMAKE_BINARY_DIR}/metrics
${MAPJSON_PATTERNS}
COMMENT "Generating average code size metrics"
VERBATIM