mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-07 08:34:59 +00:00
4a070dc428
llvm-svn: 212919
15 lines
183 B
CMake
15 lines
183 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Support
|
|
)
|
|
|
|
add_clang_library(clangEdit
|
|
Commit.cpp
|
|
EditedSource.cpp
|
|
RewriteObjCFoundationAPI.cpp
|
|
|
|
LINK_LIBS
|
|
clangAST
|
|
clangBasic
|
|
clangLex
|
|
)
|