mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
11 lines
333 B
CMake
11 lines
333 B
CMake
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
|
# file Copyright.txt or https://cmake.org/licensing for details.
|
|
|
|
include(Platform/Linker/BSD-Linker-Initialize)
|
|
|
|
if(_CMAKE_SYSTEM_LINKER_TYPE STREQUAL "GNU")
|
|
include(Platform/Linker/OpenBSD-GNU-C)
|
|
else()
|
|
include(Platform/Linker/OpenBSD-LLD-C)
|
|
endif()
|