xref: /aosp_15_r20/external/llvm/unittests/Option/CMakeLists.txt (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1set(LLVM_LINK_COMPONENTS
2  Option
3  Support
4  )
5
6set(LLVM_TARGET_DEFINITIONS Opts.td)
7
8tablegen(LLVM Opts.inc -gen-opt-parser-defs)
9add_public_tablegen_target(OptsTestTableGen)
10
11add_llvm_unittest(OptionTests
12  OptionParsingTest.cpp
13  )
14