Files
buildroot/package/cxxopts/cxxopts.mk
Bernd Kuhls 9f2ff71c74 package/cxxopts: new package
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>
2026-03-21 21:23:53 +01:00

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))