Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit56a0d4e

Browse files
committed
Hunter packages integration
1 parenta8d281a commit56a0d4e

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

‎CMakeLists.txt‎

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@
55

66
cmake_minimum_required(VERSION 2.8)
77
project(CPP-NETLIB)
8+
9+
include("cmake/HunterGate.cmake")
10+
include(hunter_add_package)
11+
hunter_add_package(OpenSSL)
12+
hunter_add_package(Sugar)
13+
hunter_add_package(
14+
Boost
15+
COMPONENTS
16+
chrono
17+
date_time
18+
filesystem
19+
program_options
20+
regex
21+
system
22+
test
23+
thread
24+
)
25+
include("${SUGAR_ROOT}/cmake/Sugar")
26+
if(APPLE)
27+
hunter_add_package(ios_sim)
28+
endif()
29+
830
set(Boost_USE_STATIC_LIBSON)
931
set(Boost_USE_MULTI_THREADEDON)
1032
find_package( Boost 1.45.0 REQUIRED unit_test_frameworksystemregex date_time thread filesystem program_options chrono )

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp