Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / unittests / Option / CMakeLists.txt
blob7be4300c0f3d2c4c9f71b71f038ecb4831eb38ce
1 set(LLVM_LINK_COMPONENTS
2   Option
3   Support
4   )
6 set(LLVM_TARGET_DEFINITIONS Opts.td)
8 tablegen(LLVM Opts.inc -gen-opt-parser-defs)
9 add_public_tablegen_target(OptsTestTableGen)
11 add_llvm_unittest(OptionTests
12   OptionParsingTest.cpp
13   OptionMarshallingTest.cpp
14   )