Home
last modified time | relevance | path

Searched defs:CBOR_VERSION (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/libcbor/src/
H A DlibcborConfig.cmake.in1 set(CBOR_VERSION @CBOR_VERSION@) variable
/freebsd-src/contrib/libcbor/
H A DCMakeLists.txt11 SET(CBOR_VERSION ${CBOR_VERSION_MAJOR}.${CBOR_VERSION_MINOR}.${CBOR_VERSION_PATCH}) variable
/freebsd-src/contrib/libcbor/src/cbor/
H A Dcommon.h44 #define CBOR_VERSION \ macro