mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
14 lines
460 B
Makefile
14 lines
460 B
Makefile
################################################################################
|
|
#
|
|
# CPP bindings for libyang
|
|
#
|
|
################################################################################
|
|
LIBYANG_CPP_VERSION = v4
|
|
LIBYANG_CPP_SITE = $(call github,CESNET,libyang-cpp,$(LIBYANG_CPP_VERSION))
|
|
LIBYANG_CPP_LICENSE = BSD-3-Clause
|
|
LIBYANG_CPP_LICENSE_FILES = LICENSE
|
|
LIBYANG_CPP_DEPENDENCIES = libyang
|
|
LIBYANG_CPP_INSTALL_STAGING = YES
|
|
|
|
$(eval $(cmake-package))
|