9 lines
171 B
CMake
9 lines
171 B
CMake
add_llvm_unittest(DebuginfodTests
|
|
HTTPServerTests.cpp
|
|
DebuginfodTests.cpp
|
|
)
|
|
|
|
target_link_libraries(DebuginfodTests PRIVATE
|
|
LLVMDebuginfod
|
|
LLVMTestingSupport
|
|
)
|