Changes in meson/part/extra_targets/meson.build [6d974a4:e18f0c0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
meson/part/extra_targets/meson.build
r6d974a4 re18f0c0 82 82 endif 83 83 84 if cppcheck.found()85 run_target('cppcheck', command: ['cppcheck', '--project=' +86 join_paths(meson.build_root(), 'compile_commands.json'),87 ' -q --force --file-list=*.c* --platform=unix32 --enable=all' ])88 endif89 90 84 # TODO text-xcw 91 85 #ifeq ($(CONFIG_DEVEL_FILES),y)
Note:
See TracChangeset
for help on using the changeset viewer.