blob: afc70bd81ba7b97119658ee7ff983c76af201694 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
################################################################################
#
# yaml-cpp
#
################################################################################
YAML_CPP_VERSION = 0.5.1
YAML_CPP_SITE = https://yaml-cpp.googlecode.com/files
YAML_CPP_INSTALL_STAGING = YES
YAML_CPP_LICENSE = MIT
YAML_CPP_LICENSE_FILES = license.txt
YAML_CPP_DEPENDENCIES = boost
$(eval $(cmake-package))
|