[Alignment][NFC] Allow constexpr Align
[llvm-complete.git] / unittests / TextAPI / CMakeLists.txt
blob7f49df43ac3d4ac0a4b0b2fa8a966bcd9808474a
1 set(LLVM_LINK_COMPONENTS
2   TextAPI
5 add_llvm_unittest(TextAPITests
6   ELFYAMLTest.cpp
7   TextStubV1Tests.cpp
8   TextStubV2Tests.cpp
9   TextStubV3Tests.cpp
12 target_link_libraries(TextAPITests PRIVATE LLVMTestingSupport)