mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 15:29:06 +08:00
eaee229786
* 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>
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)
|