X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/b2b89723a2427bba8290bd6967a1ab39cbb630be..085c36723242f7bd1e0fd9bf49b950da6cb96039:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 7e8fd09a..6a3ff749 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,6 +39,9 @@ option ( BUILD_TESTS "Build tests." OFF ) option ( BUILD_ALL "Build binaries, libraries and tests." OFF ) option ( ENABLE_COVERAGE "Enable code coverage analysis." OFF ) +# CPPCheck-related +option ( CPPCHECK_FOREIGN "Run cppcheck over foreign lib code" OFF ) + if ( BUILD_ALL ) set ( BUILD_ALL_MODS ON ) set ( BUILD_ALL_LIBS ON )