-if ( BUILD_LIB_JSON )
- find_package ( YAJL REQUIRED )
- add_library ( json STATIC json/generator.cpp json/parser.cpp )
- target_include_directories ( json PUBLIC json/include )
- target_link_libraries ( json common YAJL::YAJL )
-endif ( BUILD_LIB_JSON )
+ if ( CLANG_TIDY_EXE )
+ set_target_properties ( ibpp PROPERTIES CXX_CLANG_TIDY "${DO_CLANG_TIDY}" )
+ endif ()
+ if ( INCLUDE_WHAT_YOU_USE_EXE )
+ set_target_properties ( ibpp PROPERTIES CXX_INCLUDE_WHAT_YOU_USE "${DO_INCLUDE_WHAT_YOU_USE}" )
+ endif ()
+endif ( BUILD_LIB_IBPP )