mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-15 12:39:19 +00:00
1b93a24c29
Buildbots complained that they couldn't find the newly added plugins. The solution was to move the check-clang cmake target closer to the bottom of the file, after the new dependencies are added. Differential Revision: https://reviews.llvm.org/D59464 llvm-svn: 360891
9 lines
229 B
CMake
9 lines
229 B
CMake
if(NOT CLANG_BUILD_EXAMPLES)
|
|
set_property(DIRECTORY PROPERTY EXCLUDE_FROM_ALL ON)
|
|
set(EXCLUDE_FROM_ALL ON)
|
|
endif()
|
|
|
|
add_subdirectory(clang-interpreter)
|
|
add_subdirectory(PrintFunctionNames)
|
|
add_subdirectory(AnnotateFunctions)
|