Skip to content

Commit

Permalink
cmake: Add libunwind to syslog-ng lib
Browse files Browse the repository at this point in the history
Signed-off-by: Hofi <[email protected]>
  • Loading branch information
HofiOne committed Feb 25, 2025
1 parent ed961e2 commit 340ceae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ set(CORE_INCLUDE_DIRS
${JSONC_INCLUDE_DIR}
${LIBPCRE_INCLUDE_DIRS}
${Libsystemd_INCLUDE_DIRS}
${LIBUNWIND_INCLUDE_DIRS}
)

add_library(syslog-ng SHARED ${LIB_SOURCES})
Expand Down Expand Up @@ -399,6 +400,7 @@ target_link_libraries(
${JSONC_LIBRARY}
${LIBPCRE_LIBRARIES}
${Libsystemd_LIBRARIES}
${LIBUNWIND_LIBRARIES}
resolv
libcap
OpenSSL::SSL
Expand Down

0 comments on commit 340ceae

Please sign in to comment.