X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=CMakeLists.txt;h=15fff3f337f6e8d9282dcd1f4acee7fbd646387e;hb=2a5696befce6be00fa655b751af5ce2924ea45ae;hp=b2de6bbc0844c16c6786c84bcc04781d24a8d406;hpb=a85c9e5b6c6be63a1c40f5be927fcec28f8255e4;p=apitrace diff --git a/CMakeLists.txt b/CMakeLists.txt index b2de6bb..15fff3f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -268,7 +268,7 @@ endif () if (CMAKE_EXECUTABLE_FORMAT STREQUAL "ELF") add_subdirectory (thirdparty/libbacktrace) include_directories (${CMAKE_CURRENT_SOURCE_DIR}/thirdparty/libbacktrace) - set (LIBBACKTRACE_LIBRARIES backtrace) + set (LIBBACKTRACE_LIBRARIES dl backtrace) endif () # Always use bundled QJSon.