Skip to content

Instantly share code, notes, and snippets.

View fyesoft's full-sized avatar

Faisal Yaqoob fyesoft

View GitHub Profile
@Warchant
Warchant / grpc.cmake
Last active September 9, 2025 02:45
Protobuf and GRPC automatically downloaded and built with CMake FetchContent
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(