This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cmake_minimum_required(VERSION 3.16) | |
| set(CMAKE_POLICY_DEFAULT_CMP0077 NEW) | |
| set(CMAKE_POLICY_DEFAULT_CMP0074 NEW) | |
| set(FETCHCONTENT_QUIET OFF) | |
| set(ABSL_PROPAGATE_CXX_STD ON) | |
| set(ABSL_ENABLE_INSTALL ON) | |
| find_package(ZLIB REQUIRED) | |
| FetchContent_Declare( |