Skip to content

Commit d2d524b

Browse files
committed
Hunterize v3.10.0
* Added Hunter and HunterGate from cpp-pm * Added CMakeLists.txt adjusted from 'Hunterize v3.0.0'
1 parent fe1790c commit d2d524b

File tree

2 files changed

+553
-0
lines changed

2 files changed

+553
-0
lines changed

CMakeLists.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
cmake_minimum_required(VERSION 3.2)
2+
3+
include("cmake/HunterGate.cmake")
4+
HunterGate(
5+
URL "https://github.com/cpp-pm/hunter/archive/v0.23.222.tar.gz"
6+
SHA1 "0b88baaa2a9a35b8ce632c57ade66be8dd918afd"
7+
)
8+
9+
# Project
10+
project(protobuf C CXX)
11+
12+
hunter_add_package(ZLIB)
13+
14+
add_subdirectory(cmake)

0 commit comments

Comments
 (0)