mirror of
https://github.com/ttroy50/cmake-examples.git
synced 2025-12-18 12:14:36 +03:00
3 lines
110 B
Bash
Executable File
3 lines
110 B
Bash
Executable File
#!/bin/bash
|
|
mkdir -p build && cd build && cmake -DCPPCHECK_ERROR_EXITCODE_ARG="" .. && make cppcheck-analysis
|