diff options
| author | lijia <[email protected]> | 2024-10-18 16:47:51 +0800 |
|---|---|---|
| committer | lijia <[email protected]> | 2024-11-07 18:30:58 +0800 |
| commit | e734af76d81b07090c618b1c4af3b2fdd6b592f3 (patch) | |
| tree | c9b894fb0eaa9c56bd5f04bfab5628a97592091d /CMakeLists.txt | |
| parent | 99a68d5c9efe500ab339165a2af515a0a7355ada (diff) | |
rebase onto develop-2.0
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7ff43ca..9d28378 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,6 +45,7 @@ if (CMAKE_CXX_CPPCHECK) "--suppress=unreachableCode" "--suppress=internalAstError" "--suppress=integerOverflow" + "--suppress=*:${CMAKE_SOURCE_DIR}/infra/monitor/stellar-dump/*" ) set(CMAKE_C_CPPCHECK ${CMAKE_CXX_CPPCHECK}) else() @@ -84,6 +85,7 @@ add_subdirectory(infra) add_subdirectory(decoders) add_subdirectory(scripts) add_subdirectory(include) +add_subdirectory(tools) add_subdirectory(test) install(DIRECTORY DESTINATION log COMPONENT PROGRAM) |
