Mercurial > hg > CbC > CbC_llvm
view clang/examples/CMakeLists.txt @ 168:980e56f2e095
...
author | anatofuz |
---|---|
date | Tue, 14 Apr 2020 15:43:20 +0900 |
parents | 1d019706d866 |
children | 0572611fdcc8 |
line wrap: on
line source
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)