]> git.proxmox.com Git - rustc.git/blob - src/llvm/unittests/Option/CMakeLists.txt
Imported Upstream version 1.0.0+dfsg1
[rustc.git] / src / llvm / unittests / Option / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2 Option
3 Support
4 )
5
6 set(LLVM_TARGET_DEFINITIONS Opts.td)
7
8 tablegen(LLVM Opts.inc -gen-opt-parser-defs)
9 add_public_tablegen_target(OptsTestTableGen)
10
11 add_llvm_unittest(OptionTests
12 OptionParsingTest.cpp
13 )