CMake/Tests/RunCMake/XcodeProject/XcodeTbdStub.cmake
Gregor Jasny 67f60958b6 Darwin: Add support for tbd library stub files
Starting with Xcode 7 the OSX and iOS SDKs contain only stub
files for dynamic system libraries. These stub files contain
some meta data and a list of exported sysbols in plain text.

They are handled by the toolchain like regular dylibs.
2015-08-24 22:29:33 +02:00

3 lines
64 B
CMake

cmake_minimum_required(VERSION 3.3)
find_package(ZLIB REQUIRED)