yaml-cpp.mk 405 B

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