mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-13 10:42:05 +00:00
9251b7d873
EXCLUDE_FROM_ALL property. llvm-svn: 156090
8 lines
200 B
CMake
8 lines
200 B
CMake
if(NOT CLANG_BUILD_EXAMPLES)
|
|
set_property(DIRECTORY PROPERTY EXCLUDE_FROM_ALL ON)
|
|
endif()
|
|
|
|
add_subdirectory(analyzer-plugin)
|
|
add_subdirectory(clang-interpreter)
|
|
add_subdirectory(PrintFunctionNames)
|