Sign in
rust
/
rust-lang
/
llvm-project
/
2a2ea6b49e79325e0d10d33fac2b10ea3bebcc7c
/
.
/
libc
/
utils
/
CMakeLists.txt
blob: 80da547924c14a02ef2b032566eb7a644f227650 [
file
] [
log
] [
blame
]
add_subdirectory(MPFRWrapper)
add_subdirectory(testutils)
add_subdirectory(UnitTest)
if(LLVM_LIBC_FULL_BUILD)
add_subdirectory(IntegrationTest)
add_subdirectory(tools)
endif()