Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / unittests / TableGen / CMakeLists.txt
blob57b237306b19cb10b25870755c25aeb636af630e
1 set(LLVM_LINK_COMPONENTS
2   TableGen
3   Support
4   )
6 set(LLVM_TARGET_DEFINITIONS Automata.td)
8 tablegen(LLVM AutomataTables.inc -gen-searchable-tables)
9 tablegen(LLVM AutomataAutomata.inc -gen-automata)
10 add_public_tablegen_target(AutomataTestTableGen)
12 add_llvm_unittest(TableGenTests
13   AutomataTest.cpp
14   CodeExpanderTest.cpp
15   ParserEntryPointTest.cpp
16   )
18 target_link_libraries(TableGenTests PRIVATE LLVMTableGenCommon LLVMTableGen)