10 lines
202 B
CMake
10 lines
202 B
CMake
add_lldb_unittest(ObjectFileMachOTests
|
|
TestObjectFileMachO.cpp
|
|
|
|
LINK_LIBS
|
|
lldbPluginObjectFileMachO
|
|
lldbPluginSymbolFileSymtab
|
|
lldbCore
|
|
lldbUtilityHelpers
|
|
LLVMTestingSupport
|
|
)
|