bolt/deps/llvm-18.1.8/libc/utils/CMakeLists.txt
2025-02-14 19:21:04 +01:00

6 lines
131 B
CMake

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