comparison unittests/DebugInfo/GSYM/CMakeLists.txt @ 147:c2174574ed3a

LLVM 10
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 14 Aug 2019 16:55:33 +0900
parents
children
comparison
equal deleted inserted replaced
134:3a76565eade5 147:c2174574ed3a
1 set(LLVM_LINK_COMPONENTS
2 DebugInfoGSYM
3 Support
4 )
5
6 add_llvm_unittest(DebugInfoGSYMTests
7 GSYMTest.cpp
8 )
9
10 target_link_libraries(DebugInfoGSYMTests PRIVATE LLVMTestingSupport)