1# Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
2# file Copyright.txt or https://cmake.org/licensing for details.
3
4
5# This module is shared by multiple languages; use include blocker.
6
7if(__GHSMULTI)
8  return()
9endif()
10set(__GHSMULTI 1)
11
12set(GHSMULTI 1)
13
14set(CMAKE_FIND_LIBRARY_PREFIXES "")
15set(CMAKE_FIND_LIBRARY_SUFFIXES ".a")
16
17include(Platform/WindowsPaths)
18