Skip to content

Commit f474000

Browse files
authored
Merge pull request #2 from hjmallon/hunter-3.11.2
Hunterize 3.11.2
2 parents fe1790c + 4390ec8 commit f474000

File tree

6 files changed

+573
-2
lines changed

6 files changed

+573
-2
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)