implement coverity integration (see #84)

This commit is contained in:
2016-04-08 16:23:59 +03:00
parent bfa4f9e98e
commit 60cbc40e9f
4 changed files with 32 additions and 3 deletions

View File

@ -1,4 +1,5 @@
# additional target to perform clang-format run, requires clang-format
set(CLANGFORMAT_EXECUTABLE "/usr/bin/clang-format" CACHE STRING "Path to clang-format executable")
# get all project files
file(GLOB_RECURSE ALL_SOURCE_FILES *.cpp *.h *.h.in)