Sign in
fuchsia
/
third_party
/
llvm-test-suite
/
refs/tags/llvmorg-12.0.1
/
.
/
MultiSource
/
CMakeLists.txt
blob: dcbdf914e6ee065c569abeae33e4aa6967fa0140 [
file
] [
log
] [
blame
]
add_subdirectory
(
Applications
)
add_subdirectory
(
Benchmarks
)
if
(
NOT TEST_SUITE_BENCHMARKING_ONLY
)
add_subdirectory
(
UnitTests
)
endif
()
file
(
COPY lit
.
local
.
cfg DESTINATION
"${CMAKE_CURRENT_BINARY_DIR}"
)