mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-10 02:19:10 -05:00
Merge topic '18375-kfreebsd-bootstrap'
7e33050558libuv: Add kFreeBSD platform-specific files6b7b54d476bootstrap: Add missing libraries for kFreeBSD Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2394
This commit is contained in:
@@ -208,6 +208,22 @@ if(CMAKE_SYSTEM_NAME STREQUAL "FreeBSD")
|
||||
)
|
||||
endif()
|
||||
|
||||
if(CMAKE_SYSTEM_NAME STREQUAL "kFreeBSD")
|
||||
list(APPEND uv_libraries
|
||||
freebsd-glue
|
||||
kvm
|
||||
)
|
||||
list(APPEND uv_headers
|
||||
include/uv-bsd.h
|
||||
)
|
||||
list(APPEND uv_sources
|
||||
src/unix/bsd-ifaddrs.c
|
||||
src/unix/freebsd.c
|
||||
src/unix/kqueue.c
|
||||
src/unix/posix-hrtime.c
|
||||
)
|
||||
endif()
|
||||
|
||||
if(CMAKE_SYSTEM_NAME STREQUAL "NetBSD")
|
||||
list(APPEND uv_libraries
|
||||
kvm
|
||||
|
||||
Reference in New Issue
Block a user