This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
stellar-stellar/deps/mpack/CMakeLists.txt
2024-11-25 19:22:19 +08:00

8 lines
193 B
CMake

if (CMAKE_CXX_CPPCHECK)
list(APPEND CMAKE_CXX_CPPCHECK
"--suppress=*:${CMAKE_CURRENT_SOURCE_DIR}/*"
)
set(CMAKE_C_CPPCHECK ${CMAKE_CXX_CPPCHECK})
endif()
add_library(mpack mpack.c)