mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 20:38:59 +08:00
5 lines
205 B
Plaintext
5 lines
205 B
Plaintext
|
libdwarf provides CMake targets:
|
||
|
|
||
|
find_package(libdwarf CONFIG REQUIRED)
|
||
|
target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:libdwarf::dwarf-static>,libdwarf::dwarf-static,libdwarf::dwarf-shared>)
|