Sign in
llvm
/
llvm-project
/
clang
/
d9398ecd6ad8707298db22db1473a3eea69400f3
/
.
/
lib
/
Options
/
CMakeLists.txt
blob: a762e9918b41c9b317687bd7a9603da33163c212 [
file
]
set(LLVM_LINK_COMPONENTS
Option
Support
)
add_clang_library(clangOptions
DriverOptions.cpp
OptionUtils.cpp
DEPENDS
ClangDriverOptions
# These generated headers are included transitively.
target_parser_gen
LINK_LIBS
clangBasic
${system_libs}
)