Changeset 6d974a4 in mainline for meson/part/extra_targets/meson.build
- Timestamp:
- 2020-03-11T11:11:23Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 172cae4c, 44dde42
- Parents:
- badfbc0
- git-author:
- Manuele Conti <manuele.conti@…> (2020-03-10 12:06:13)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2020-03-11 11:11:23)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
meson/part/extra_targets/meson.build
rbadfbc0 r6d974a4 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 endif 89 84 90 # TODO text-xcw 85 91 #ifeq ($(CONFIG_DEVEL_FILES),y)
Note:
See TracChangeset
for help on using the changeset viewer.