Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04: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)