Sign in
llvm
/
llvm-project
/
clang-tools-extra
/
1db77195d3be24738de765b18dcc60608fc500c1
/
.
/
cpp11-migrate
/
CMakeLists.txt
blob: 41bb68ef82d36e00cdfb674921337bbf5801a622 [
file
] [
log
] [
blame
]
get_filename_component(ClangReplaceLocation
"${CMAKE_CURRENT_SOURCE_DIR}/../clang-replace/include" ABSOLUTE)
include_directories(
${CMAKE_CURRENT_SOURCE_DIR}
${ClangReplaceLocation}
)
add_subdirectory(tool)
add_subdirectory(Core)