Merging r261306:
[oota-llvm.git] / 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   )