From 2e23b506c766d98966ed213c760b2aa6232ba1fe Mon Sep 17 00:00:00 2001 From: Graham Bloice Date: Fri, 11 Mar 2016 19:51:39 +0000 Subject: Add checkAPI calls to CMake. This generates a top level target, checkAPI, that is excluded from the ALL build target, so must be run separately. On Windows using a Visual Studio generator, call msbuild /p:Configuration=RelWithDebInfo checkAPI.vcxproj Change-Id: I44a57c564dcfc75499463b942436f4b920a82478 Reviewed-on: https://code.wireshark.org/review/14873 Tested-by: Petri Dish Buildbot Reviewed-by: Graham Bloice --- codecs/CMakeLists.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'codecs') diff --git a/codecs/CMakeLists.txt b/codecs/CMakeLists.txt index 4cdc2598ed..3981a863cc 100644 --- a/codecs/CMakeLists.txt +++ b/codecs/CMakeLists.txt @@ -81,3 +81,12 @@ if(NOT ${ENABLE_STATIC}) ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} ) endif() + +CHECKAPI( + NAME + codecs + SWITCHES + -g abort -g termoutput -build + SOURCES + ${WSCODECS_FILES} +) -- cgit v1.2.3