You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# pugixml
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
PUGIXML_VERSION = 1.12.1
|
|
|
|
PUGIXML_DIR = pugixml-$(basename $(PUGIXML_VERSION))
|
|
|
|
PUGIXML_SOURCE = pugixml-$(PUGIXML_VERSION).tar.gz
|
|
|
|
PUGIXML_SITE = https://github.com/zeux/pugixml/releases/download/v$(PUGIXML_VERSION)
|
|
|
|
|
|
|
|
pugixml: | $(TARGET_DIR)
|
|
|
|
$(call cmake-package)
|