[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[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   )