mirror of
https://github.com/swaywm/sway.git
synced 2025-12-15 08:56:30 -05:00
fix backtrace detection in CMake
works on arch (glibc) and void linux (tested with musl libc) now
This commit is contained in:
parent
03c041dd30
commit
470e59b291
2 changed files with 9 additions and 3 deletions
|
|
@ -61,9 +61,9 @@ find_package(PAM)
|
|||
|
||||
find_package(Backtrace)
|
||||
if(Backtrace_FOUND)
|
||||
include_directories(${Backtrace_INCLUDE_DIRS})
|
||||
target_link_libraries(${Backtrace_LIBRARIES})
|
||||
include_directories("${Backtrace_INCLUDE_DIRS}")
|
||||
add_definitions(-DSWAY_Backtrace_FOUND=1)
|
||||
set(LINK_LIBRARIES, "${LINK_LIBRARIES} ${Backtrace_LIBRARIES}")
|
||||
set(SWAY_Backtrace_HEADER "${Backtrace_HEADER}")
|
||||
endif()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue