aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRechi <Rechi@users.noreply.github.com>2020-10-05 01:48:47 +0200
committerRechi <Rechi@users.noreply.github.com>2020-10-05 01:48:47 +0200
commitea41be49b23fb92568b3c0478992b7eb5259bff9 (patch)
treee3ebfc2689a8025976c12ff188216d744aa056b2 /lib
parentcdcee0d82008e6e4b4af184d5e37ffb22439e435 (diff)
[cmake] add clang-tidy support
Diffstat (limited to 'lib')
-rw-r--r--lib/libUPnP/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libUPnP/CMakeLists.txt b/lib/libUPnP/CMakeLists.txt
index 6ef73e1bbf..7a039fb8ef 100644
--- a/lib/libUPnP/CMakeLists.txt
+++ b/lib/libUPnP/CMakeLists.txt
@@ -120,6 +120,7 @@ target_include_directories(upnp PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}
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 FOLDER lib)
source_group_by_folder(upnp)
set(core_DEPENDS upnp ${core_DEPENDS} CACHE STRING "" FORCE)