3 lines
64 B
CMake
3 lines
64 B
CMake
|
cmake_minimum_required(VERSION 3.3)
|
||
|
find_package(ZLIB REQUIRED)
|