mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 06:19:01 +08:00
8 lines
263 B
Plaintext
8 lines
263 B
Plaintext
|
backward-cpp provides CMake targets:
|
||
|
|
||
|
find_package(Backward CONFIG REQUIRED)
|
||
|
# To use the header library
|
||
|
target_link_libraries(main PRIVATE Backward::Interface)
|
||
|
# To use the prebuilt library
|
||
|
target_link_libraries(main PRIVATE Backward::Backward)
|