mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-01 13:20:25 +00:00
8c2e66226f
Summary: The single file was getting too long to be convenient to navigate. This patch splits it up two into 4 files one each for header rules, object rules, library rules, and test rules. Reviewers: abrachet, alexshap Subscribers: mgorny, tschuett, libc-commits Tags: #libc-project Differential Revision: https://reviews.llvm.org/D78536
6 lines
148 B
CMake
6 lines
148 B
CMake
include(LLVMLibCTargetNameUtils)
|
|
include(LLVMLibCHeaderRules)
|
|
include(LLVMLibCObjectRules)
|
|
include(LLVMLibCLibraryRules)
|
|
include(LLVMLibCTestRules)
|