summaryrefslogtreecommitdiffstats
path: root/examples/CMakeLists.txt
blob: 5d4b5fcdb0f6c5bf941de7498e2e3779c6fd8319 (plain)
1
2
3
4
5
6
7
8
9
10
if(NOT CLANG_BUILD_EXAMPLES)
  set_property(DIRECTORY PROPERTY EXCLUDE_FROM_ALL ON)
  set(EXCLUDE_FROM_ALL ON)
endif()

if(CLANG_ENABLE_STATIC_ANALYZER)
add_subdirectory(analyzer-plugin)
endif()
add_subdirectory(clang-interpreter)
add_subdirectory(PrintFunctionNames)