mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-24 14:20:17 +00:00
ceb16dedef
normalizedToAtoms. llvm-svn: 198459
13 lines
257 B
CMake
13 lines
257 B
CMake
|
|
add_lld_unittest(lldMachOTests
|
|
MachONormalizedFileBinaryReaderTests.cpp
|
|
MachONormalizedFileBinaryWriterTests.cpp
|
|
MachONormalizedFileToAtomsTests.cpp
|
|
MachONormalizedFileYAMLTests.cpp
|
|
)
|
|
|
|
target_link_libraries(lldMachOTests
|
|
lldMachO
|
|
lldYAML
|
|
)
|