mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-04 06:51:56 +00:00
3f03c12a51
Differential Revision: https://reviews.llvm.org/D31343
10 lines
257 B
CMake
10 lines
257 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)
|
|
add_subdirectory(Attribute)
|