import libfmt

This commit is contained in:
jbnadal
2018-04-24 17:35:13 +02:00
parent 14a312e401
commit 3d1b4c7182
196 changed files with 88773 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
config BR2_PACKAGE_LIBFMT
bool "fmt"
default n
help
Small, safe and fast formatting library

View File

@@ -0,0 +1,15 @@
################################################################################
#
# FMT LIBS
#
################################################################################
LIBFMT_VERSION:= 1.0.0
LIBFMT_SITE =$(TOPDIR)/../../src/3P/libfmt/builders/cmake
LIBFMT_SITE_METHOD = local
LIBFMT_INSTALL_STAGING = YES
LIBFMT_CONF_OPTS += -DworkspaceRoot=$(TOPDIR)/../.. -DMODULE_PATH=$(TOPDIR)/../../bsp/cmake-modules -DCMAKE_BUILD_TYPE=$(BUILD_TYPE)
$(eval $(cmake-package))