zdoom-macos-deps/deps/cmake/share/cmake-3.25/Modules/Platform/kFreeBSD.cmake

6 lines
213 B
CMake
Raw Normal View History

2023-01-10 14:42:48 +00:00
# kFreeBSD is a Debian GNU distribution with a kernel from FreeBSD,
# and should be marked as LINUX
2021-07-25 09:55:31 +00:00
include(Platform/Linux)
set(CMAKE_LIBRARY_ARCHITECTURE_REGEX "[a-z0-9_]+(-[a-z0-9_]+)?-kfreebsd-gnu[a-z0-9_]*")