14 lines
269 B
CMake
14 lines
269 B
CMake
|
|
||
|
add_lld_unittest(lldMachOTests
|
||
|
MachONormalizedFileBinaryReaderTests.cpp
|
||
|
MachONormalizedFileBinaryWriterTests.cpp
|
||
|
MachONormalizedFileToAtomsTests.cpp
|
||
|
MachONormalizedFileYAMLTests.cpp
|
||
|
)
|
||
|
|
||
|
target_link_libraries(lldMachOTests
|
||
|
lldDriver
|
||
|
lldMachO
|
||
|
lldYAML
|
||
|
)
|