aef9be3eb3
v0.1.2 update build system from autotools to cmake. [Thomas: add patch to ensure the CMake build system only checks for a C compiler and not a C++ compiler] Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 lines
365 B
Makefile
15 lines
365 B
Makefile
################################################################################
|
|
#
|
|
# libiqrf
|
|
#
|
|
################################################################################
|
|
|
|
LIBIQRF_VERSION = v0.1.2
|
|
LIBIQRF_SITE = http://github.com/nandra/libiqrf/tarball/$(LIBIQRF_VERSION)
|
|
LIBIQRF_INSTALL_STAGING = YES
|
|
|
|
LIBIQRF_DEPENDENCIES = libusb
|
|
|
|
$(eval $(cmake-package))
|
|
|