1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include $(ADK_TOPDIR
)/rules.mk
9 PKG_HASH
:= 6fff9215f5cb81760be4cc16d033526d1080427d236e86d70bb02994f85e3d38
10 PKG_DESCR
:= very fast
, header-only
/compiled
, C
++ logging library
12 PKG_SECTION
:= libs
/misc
13 PKG_SITES
:= https
://github.com
/gabime
/spdlog
/archive
/refs
/tags/
16 DISTFILES
:= v
$(PKG_VERSION
).
tar.gz
18 include $(ADK_TOPDIR
)/mk
/package.mk
20 $(eval
$(call PKG_template
,SPDLOG
,spdlog
,$(PKG_VERSION
)-$(PKG_RELEASE
),$(PKG_DEPENDS
),$(PKG_DESCR
),$(PKG_SECTION
),$(PKG_OPTS
)))
23 CMAKE_FLAGS
+= -DSPDLOG_BUILD_TESTS
=OFF \
24 -DSPDLOG_BUILD_EXAMPLE
=OFF \
25 -DSPDLOG_BUILD_BENCH
=OFF \
26 -DSPDLOG_FMT_EXTERNAL
=ON
31 include $(ADK_TOPDIR
)/mk
/pkg-bottom.mk