CMakeLists.txt 302 B

12345678910
  1. if(NOT CLANG_BUILD_EXAMPLES)
  2. set_property(DIRECTORY PROPERTY EXCLUDE_FROM_ALL ON)
  3. set(EXCLUDE_FROM_ALL ON)
  4. endif()
  5. if(CLANG_ENABLE_STATIC_ANALYZER)
  6. add_subdirectory(analyzer-plugin)
  7. endif()
  8. # add_subdirectory(clang-interpreter) // HLSL Change
  9. # add_subdirectory(PrintFunctionNames) // HLSL Change