Set BSD/FREEBSD for DragonflyBSD

DragonflyBSD was a fork of FreeBSD once upon a time. As far as FreeRDP is
concerned, DragonflyBSD is FreeBSD-compatible and DragonflyBSD in-fact uses
the FreeBSD ports tree (+ patches)
This commit is contained in:
Kyle Evans 2018-05-01 23:38:48 -05:00
parent 8cba201999
commit 5e9c8c4bca
1 changed files with 5 additions and 0 deletions

View File

@ -198,6 +198,11 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "BSD")
endif()
endif()
if(${CMAKE_SYSTEM_NAME} MATCHES "DragonFly")
set(BSD TRUE)
set(FREEBSD TRUE)
endif()
# Configure MSVC Runtime
if(MSVC)
include(MSVCRuntime)