mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-20 10:07:02 +00:00
7 lines
131 B
CMake
7 lines
131 B
CMake
if(LLVM_INCLUDE_TESTS)
|
|
add_subdirectory(MPFRWrapper)
|
|
endif()
|
|
if(LIBC_TARGET_ARCHITECTURE_IS_GPU)
|
|
add_subdirectory(gpu)
|
|
endif()
|