llvm-capstone/libc/utils/CMakeLists.txt
Siva Chandra Reddy 447d59e071 [libc][NFC] Move RoundingModeUtils to LibcFPTestHelpers.
Reviewed By: lntue

Differential Revision: https://reviews.llvm.org/D148602
2023-04-18 18:37:30 +00:00

7 lines
131 B
CMake

if(LLVM_INCLUDE_TESTS)
add_subdirectory(MPFRWrapper)
endif()
if(LIBC_TARGET_ARCHITECTURE_IS_GPU)
add_subdirectory(gpu)
endif()