67f60958b6
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.
3 lines
64 B
CMake
3 lines
64 B
CMake
cmake_minimum_required(VERSION 3.3)
|
|
find_package(ZLIB REQUIRED)
|