mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-03-06 01:54:51 +01:00
We build a "static" binary for Windows now to avoid distributing the dependencies as DLLs.
5 lines
257 B
CMake
5 lines
257 B
CMake
# Hack: The toolchain file is evaluated too early to set the library suffixes, so we use a wrapper
|
|
# around FindPkgConfig set it right before we search for libraries.
|
|
set(CMAKE_FIND_LIBRARY_SUFFIXES ".a")
|
|
|
|
include(${CMAKE_ROOT}/Modules/FindPkgConfig.cmake)
|