Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • meson/part/extra_targets/meson.build

    re18f0c0 r6d974a4  
    8282endif
    8383
     84if 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' ])
     88endif
     89
    8490# TODO text-xcw
    8591#ifeq ($(CONFIG_DEVEL_FILES),y)
Note: See TracChangeset for help on using the changeset viewer.