forked from OSchip/llvm-project
8 lines
128 B
CMake
8 lines
128 B
CMake
|
include_directories(
|
||
|
${CMAKE_CURRENT_SOURCE_DIR}
|
||
|
${ClangReplaceLocation}
|
||
|
)
|
||
|
|
||
|
add_subdirectory(tool)
|
||
|
add_subdirectory(Core)
|