mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
This header-only library is needed for gerbera bump to 3.2.0. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
16 lines
408 B
Makefile
16 lines
408 B
Makefile
################################################################################
|
|
#
|
|
# cxxopts
|
|
#
|
|
################################################################################
|
|
|
|
CXXOPTS_VERSION = 3.3.1
|
|
CXXOPTS_SITE = $(call github,jarro2783,cxxopts,v$(CXXOPTS_VERSION))
|
|
CXXOPTS_LICENSE = MIT
|
|
CXXOPTS_LICENSE_FILES = LICENSE
|
|
|
|
CXXOPTS_INSTALL_STAGING = YES
|
|
CXXOPTS_INSTALL_TARGET = NO
|
|
|
|
$(eval $(cmake-package))
|