diff options
author | Rechi <Rechi@users.noreply.github.com> | 2020-10-05 01:48:47 +0200 |
---|---|---|
committer | Rechi <Rechi@users.noreply.github.com> | 2020-10-05 01:48:47 +0200 |
commit | 2b0753e10408c1a2b2607c40b3f1d46f0bcc33dd (patch) | |
tree | 5a96052e3b2ee2f9ad5d4935030bef85e224009c /lib | |
parent | ea41be49b23fb92568b3c0478992b7eb5259bff9 (diff) |
[cmake] add cppcheck support
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libUPnP/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libUPnP/CMakeLists.txt b/lib/libUPnP/CMakeLists.txt index 7a039fb8ef..92b3732e3f 100644 --- a/lib/libUPnP/CMakeLists.txt +++ b/lib/libUPnP/CMakeLists.txt @@ -121,6 +121,7 @@ if(CORE_SYSTEM_NAME STREQUAL windows OR CORE_SYSTEM_NAME STREQUAL windowsstore) target_include_directories(upnp PRIVATE Neptune/Source/System/Win32) endif() set_target_properties(upnp PROPERTIES CXX_CLANG_TIDY "") +set_target_properties(upnp PROPERTIES CXX_CPPCHECK "") set_target_properties(upnp PROPERTIES FOLDER lib) source_group_by_folder(upnp) set(core_DEPENDS upnp ${core_DEPENDS} CACHE STRING "" FORCE) |