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 | cc69cc21e609216cec13b56f5dcfab2e0fcf1c63 (patch) | |
tree | 12e293157a95d84f214faaef711f13e602ac8862 /lib | |
parent | 2b0753e10408c1a2b2607c40b3f1d46f0bcc33dd (diff) |
[cmake] add include-what-you-use 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 92b3732e3f..c8f25ec95e 100644 --- a/lib/libUPnP/CMakeLists.txt +++ b/lib/libUPnP/CMakeLists.txt @@ -122,6 +122,7 @@ if(CORE_SYSTEM_NAME STREQUAL windows OR CORE_SYSTEM_NAME STREQUAL windowsstore) endif() set_target_properties(upnp PROPERTIES CXX_CLANG_TIDY "") set_target_properties(upnp PROPERTIES CXX_CPPCHECK "") +set_target_properties(upnp PROPERTIES CXX_INCLUDE_WHAT_YOU_USE "") set_target_properties(upnp PROPERTIES FOLDER lib) source_group_by_folder(upnp) set(core_DEPENDS upnp ${core_DEPENDS} CACHE STRING "" FORCE) |