mirror of
https://github.com/reactos/CMake.git
synced 2025-02-12 23:19:13 +00:00
![Gregor Jasny](/assets/img/avatar_default.png)
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)
|