-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathmvme2.cppcheck
More file actions
24 lines (24 loc) · 773 Bytes
/
Copy pathmvme2.cppcheck
File metadata and controls
24 lines (24 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<project version="1">
<builddir>build-cppcheck</builddir>
<platform>unix64</platform>
<importproject>compile_commands.json</importproject>
<analyze-all-vs-configs>true</analyze-all-vs-configs>
<exclude>
<path name="external/cpp11-on-multicore/"/>
<path name="external/exprtk/"/>
<path name="external/jcon-cpp/"/>
<path name="external/yaml-cpp/"/>
<path name="external/mesytec-mvlc/external/"/>
</exclude>
<libraries>
<library>gnu</library>
<library>googletest</library>
<library>posix</library>
<library>qt</library>
<library>zlib</library>
</libraries>
<tools>
<tool>clang-tidy</tool>
</tools>
</project>