[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / lib / ToolDrivers / llvm-dlltool / CMakeLists.txt
blob855ae5f048ff70aadbe860c44320e9314ae36064
1 set(LLVM_TARGET_DEFINITIONS Options.td)
2 tablegen(LLVM Options.inc -gen-opt-parser-defs)
3 add_public_tablegen_target(DllOptionsTableGen)
5 add_llvm_component_library(LLVMDlltoolDriver
6   DlltoolDriver.cpp
8   LINK_COMPONENTS
9   Object
10   Option
11   Support
12   TargetParser
13   )
15 add_dependencies(LLVMDlltoolDriver DllOptionsTableGen)