Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
ecd557cbd770e8d75a4cf4aaee523eefaf6f32af
/
.
/
Modules
/
Platform
/
kFreeBSD.cmake
blob: c1db2594d4ce5ce7dedbc6c4a3506362576fa79e [
file
]
# kFreeBSD looks just like Linux.
include
(
Platform
/
Linux
)
set
(
CMAKE_LIBRARY_ARCHITECTURE_REGEX
"[a-z0-9_]+(-[a-z0-9_]+)?-kfreebsd-gnu[a-z0-9_]*"
)