diff options
Diffstat (limited to 'src/vppinfra/CMakeLists.txt')
-rw-r--r-- | src/vppinfra/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/vppinfra/CMakeLists.txt b/src/vppinfra/CMakeLists.txt index 86b1c884269..f34ceed9d15 100644 --- a/src/vppinfra/CMakeLists.txt +++ b/src/vppinfra/CMakeLists.txt @@ -222,6 +222,11 @@ if("${CMAKE_SYSTEM_NAME}" STREQUAL "Linux") perfmon/bundle_core_power.c perfmon/perfmon.c ) +elseif("${CMAKE_SYSTEM_NAME}" STREQUAL "FreeBSD") + list(APPEND VPPINFRA_SRCS + elf_clib.c + freebsd/mem.c + ) endif() option(VPP_USE_EXTERNAL_LIBEXECINFO "Use external libexecinfo (useful for non-glibc targets)." OFF) |