comparison unittests/DebugInfo/GSYM/CMakeLists.txt @ 148:63bd29f05246

merged
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 14 Aug 2019 19:46:37 +0900
parents c2174574ed3a
children
comparison
equal deleted inserted replaced
146:3fc4d5c3e21e 148:63bd29f05246
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)