mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
19 lines
429 B
Makefile
19 lines
429 B
Makefile
################################################################################
|
|
#
|
|
# fmt
|
|
#
|
|
################################################################################
|
|
|
|
FMT_VERSION = 5.3.0
|
|
FMT_SITE = $(call github,fmtlib,fmt,$(FMT_VERSION))
|
|
FMT_LICENSE = BSD-2-Clause
|
|
FMT_LICENSE_FILES = LICENSE.rst
|
|
FMT_INSTALL_STAGING = YES
|
|
|
|
FMT_CONF_OPTS = \
|
|
-DHAVE_OPEN=ON \
|
|
-DFMT_INSTALL=ON \
|
|
-DFMT_TEST=OFF
|
|
|
|
$(eval $(cmake-package))
|