llvm-project/libc/utils/CMakeLists.txt
Shourya Goel 7f37b34d31
[libc][complex] Testing infra for MPC (#121261)
This PR aims to add the groundwork to test the precision of libc complex
functions against MPC. I took `cargf` as a test to verify that the infra
works fine.
2025-01-28 11:01:16 +05:30

7 lines
120 B
CMake

add_subdirectory(hdrgen)
if(LLVM_INCLUDE_TESTS)
add_subdirectory(MPFRWrapper)
add_subdirectory(MPCWrapper)
endif()