hanchenye-llvm-project/lld/unittests/MachOTests/CMakeLists.txt

13 lines
257 B
CMake

add_lld_unittest(lldMachOTests
MachONormalizedFileBinaryReaderTests.cpp
MachONormalizedFileBinaryWriterTests.cpp
MachONormalizedFileToAtomsTests.cpp
MachONormalizedFileYAMLTests.cpp
)
target_link_libraries(lldMachOTests
lldMachO
lldYAML
)