blob: 929ac8848587f8a5d10f8e0b22306c9d4e7be669 (
plain)
1
2
3
4
5
6
|
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
# file Copyright.txt or https://cmake.org/licensing for details.
include(Platform/Linker/Linux-GNU-C)
set(CMAKE_C_PLATFORM_LINKER_ID GNUgold)
|