Home
last modified time | relevance | path

Searched refs:CBOR_VERSION (Results 1 – 10 of 10) sorted by relevance

/freebsd-14-stable/contrib/libcbor/src/
HDlibcborConfig.cmake.in1 set(CBOR_VERSION @CBOR_VERSION@) variable
HDCMakeLists.txt30 VERSION ${CBOR_VERSION}
61 VERSION ${CBOR_VERSION}
HDlibcbor.pc.in9 Version: @CBOR_VERSION@
/freebsd-14-stable/contrib/libcbor/test/
HDcpp_linkage_test.cpp11 int main() { std::cout << "Hello from libcbor " << CBOR_VERSION << std::endl; } in main()
/freebsd-14-stable/contrib/libcbor/examples/
HDhello.c12 printf("Hello from libcbor %s\n", CBOR_VERSION); in main()
/freebsd-14-stable/contrib/libcbor/src/cbor/
HDcommon.h44 #define CBOR_VERSION \ macro
/freebsd-14-stable/contrib/libcbor/doc/source/
HDusing.rst13 The ``CBOR_VERSION`` is a string concatenating these three identifiers into one (e.g. ``0.2.0``).
HDgetting_started.rst127 printf("Hello from libcbor %s\n", CBOR_VERSION);
/freebsd-14-stable/contrib/libfido2/
HDCMakeLists.txt418 message(STATUS "CBOR_VERSION: ${CBOR_VERSION}")
/freebsd-14-stable/contrib/libcbor/
HDCMakeLists.txt11 SET(CBOR_VERSION ${CBOR_VERSION_MAJOR}.${CBOR_VERSION_MINOR}.${CBOR_VERSION_PATCH}) variable