13 lines
406 B
BlitzBasic
13 lines
406 B
BlitzBasic
SUMMARY = "Efficient binary-decimal and decimal-binary conversion routines"
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=1ea35644f0ec0d9767897115667e901f"
|
|
|
|
SRC_URI = "git://github.com/google/double-conversion.git;branch=master;protocol=https"
|
|
SRCREV = "af09fd65fcf24eee95dc62813ba9123414635428"
|
|
PV = "3.2.1"
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit cmake
|
|
|
|
EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON"
|