[flang] Treat pre-processed input as fixed (#117563)
[llvm-project.git] / lldb / unittests / ObjectFile / PECOFF / CMakeLists.txt
blobcdcbdc8a745380cdbd4660fd7ec0731167a67bfc
1 add_lldb_unittest(ObjectFilePECOFFTests
2   TestPECallFrameInfo.cpp
3   TestSectionSize.cpp
5   LINK_LIBS
6     lldbUtilityHelpers
7     lldbPluginObjectFilePECOFF
8     LLVMTestingSupport
9   )