mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-10 03:13:34 +00:00
![Siva Chandra Reddy](/assets/img/avatar_default.png)
The idea is to move all pieces related to the actual libc sources to the "src" directory. This allows downstream users to ship and build just the "src" directory. Reviewed By: michaelrj Differential Revision: https://reviews.llvm.org/D112653
8 lines
145 B
CMake
8 lines
145 B
CMake
add_subdirectory(MPFRWrapper)
|
|
add_subdirectory(testutils)
|
|
add_subdirectory(UnitTest)
|
|
|
|
if(LLVM_LIBC_FULL_BUILD)
|
|
add_subdirectory(tools)
|
|
endif()
|