blob: 4e4899817a8431cdbf61a03ffc54ba557a730345 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
# file Copyright.txt or https://cmake.org/licensing for details.
# This module is shared by multiple linkers; use include blocker.
include_guard()
macro(__linker_appleclang lang)
endmacro()
|