mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 02:08:27 +08:00
jsoncpp: Exclude from include-what-you-use
This is third-party code.
This commit is contained in:
@@ -24,3 +24,4 @@ include_directories(
|
|||||||
|
|
||||||
add_library(cmjsoncpp ${JSONCPP_SOURCES})
|
add_library(cmjsoncpp ${JSONCPP_SOURCES})
|
||||||
target_link_libraries(cmjsoncpp ${CMake_KWIML_LIBRARIES})
|
target_link_libraries(cmjsoncpp ${CMake_KWIML_LIBRARIES})
|
||||||
|
set_property(TARGET cmjsoncpp PROPERTY CXX_INCLUDE_WHAT_YOU_USE "")
|
||||||
|
Reference in New Issue
Block a user