mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-12-12 13:22:01 +00:00
5 lines
213 B
CMake
5 lines
213 B
CMake
# kFreeBSD is a Debian GNU distribution with a kernel from FreeBSD,
|
|
# and should be marked as LINUX
|
|
include(Platform/Linux)
|
|
|
|
set(CMAKE_LIBRARY_ARCHITECTURE_REGEX "[a-z0-9_]+(-[a-z0-9_]+)?-kfreebsd-gnu[a-z0-9_]*")
|