Skip to content
Snippets Groups Projects
CMakeLists.txt 172 B
Newer Older
if(NOT CLANG_BUILD_EXAMPLES)
  set(EXCLUDE_FROM_ALL ON)
endif()

add_subdirectory(analyzer-plugin)
add_subdirectory(PrintFunctionNames)