vcpkg/ports/backward-cpp/usage
endingly eaee229786
[backward-cpp]Update version (#35583)
* update backward-cpp version

* update vcpkg versions json file

* delete `include-dir.diff`

* update vcpkg versions file

* remove PACKAGE_NAME item

* fix version file

* version format changes

* add new version to vcpkg

* add usage

* chage main version in vcpkg

* Add blank line

* update version

---------

Co-authored-by: vzhli17 <v-zhli17@microsoft.com>
2023-12-28 00:25:44 -08:00

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)