mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 21:00:17 -06:00
8 lines
126 B
CMake
8 lines
126 B
CMake
include_guard()
|
|
|
|
include(Platform/NetBSD-GNU)
|
|
|
|
macro(__openbsd_compiler_gnu lang)
|
|
__netbsd_compiler_gnu(${lang})
|
|
endmacro()
|