17 lines · plain
1set(LLVM_TARGET_DEFINITIONS Options.td)2tablegen(LLVM Options.inc -gen-opt-parser-defs)3add_public_tablegen_target(DllOptionsTableGen)4 5add_llvm_component_library(LLVMDlltoolDriver6 DlltoolDriver.cpp7 8 LINK_COMPONENTS9 BinaryFormat10 Object11 Option12 Support13 TargetParser14 )15 16add_dependencies(LLVMDlltoolDriver DllOptionsTableGen)17