mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-18 18:46:40 +00:00
16 lines
216 B
CMake
16 lines
216 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Support
|
|
)
|
|
|
|
add_clang_library(clangPseudoCLI
|
|
CLI.cpp
|
|
|
|
# FIXME export the headers from clangPseudoCXX instead
|
|
DEPENDS
|
|
cxx_gen
|
|
|
|
LINK_LIBS
|
|
clangPseudoGrammar
|
|
clangPseudoCXX
|
|
)
|