Changeset e6c2ccc in mainline
- Timestamp:
- 2020-03-10T12:06:13Z (5 years ago)
- Parents:
- dd90608
- Location:
- meson/part
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
meson/part/extra_targets/meson.build
rdd90608 re6c2ccc 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) -
meson/part/tools/meson.build
rdd90608 re6c2ccc 54 54 which = find_program('which') 55 55 cpc = find_program(_tools_dir / 'cc.sh') 56 cppcheck = find_program('cppcheck', required: false) 56 57 57 58 sh = [ find_program('sh'), '-u', '-e' ]
Note:
See TracChangeset
for help on using the changeset viewer.