import libfmt
This commit is contained in:
5
bsp/buildroot_external/package/libfmt/Config.in
Normal file
5
bsp/buildroot_external/package/libfmt/Config.in
Normal file
@@ -0,0 +1,5 @@
|
||||
config BR2_PACKAGE_LIBFMT
|
||||
bool "fmt"
|
||||
default n
|
||||
help
|
||||
Small, safe and fast formatting library
|
||||
15
bsp/buildroot_external/package/libfmt/libfmt.mk
Normal file
15
bsp/buildroot_external/package/libfmt/libfmt.mk
Normal 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))
|
||||
Reference in New Issue
Block a user