mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-08 09:03:18 +00:00
41c249adc4
llvm-svn: 348916
17 lines
246 B
CMake
17 lines
246 B
CMake
set(LLVM_LINK_COMPONENTS support)
|
|
|
|
add_clang_library(clangReorderFields
|
|
ReorderFieldsAction.cpp
|
|
|
|
LINK_LIBS
|
|
clangAST
|
|
clangASTMatchers
|
|
clangBasic
|
|
clangIndex
|
|
clangLex
|
|
clangSerialization
|
|
clangToolingCore
|
|
)
|
|
|
|
add_subdirectory(tool)
|