mirror of https://github.com/OpenIPC/firmware.git
17 lines
524 B
Makefile
17 lines
524 B
Makefile
################################################################################
|
|
#
|
|
# ipctool | updated 2021.09.14
|
|
#
|
|
################################################################################
|
|
|
|
IPCTOOL_VERSION = 8db0341eea56cfed93a58d5adead1649915d65e7
|
|
IPCTOOL_SITE = $(call github,openipc,ipctool,$(IPCTOOL_VERSION))
|
|
IPCTOOL_LICENSE = MIT
|
|
IPCTOOL_LICENSE_FILES = LICENSE
|
|
|
|
IPCTOOL_CONF_OPTS += -DBUILD_SHARED_LIBS=ON -DCMAKE_BUILD_TYPE=Release -DSKIP_VERSION=ON
|
|
|
|
IPCTOOL_MAKE_OPTS += VERBOSE=1
|
|
|
|
$(eval $(cmake-package))
|