mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-04 20:05:51 +00:00
4 lines
198 B
CMake
4 lines
198 B
CMake
target_compile_definitions(clio_options INTERFACE BOOST_STACKTRACE_LINK)
|
|
target_compile_definitions(clio_options INTERFACE BOOST_STACKTRACE_USE_BACKTRACE)
|
|
find_package(libbacktrace REQUIRED CONFIG)
|