7 lines
131 B
Text
7 lines
131 B
Text
|
if(LLVM_INCLUDE_TESTS)
|
||
|
add_subdirectory(MPFRWrapper)
|
||
|
endif()
|
||
|
if(LIBC_TARGET_ARCHITECTURE_IS_GPU)
|
||
|
add_subdirectory(gpu)
|
||
|
endif()
|