Searched refs:CBOR_VERSION (Results 1 – 10 of 10) sorted by relevance
1 set(CBOR_VERSION @CBOR_VERSION@) variable
30 VERSION ${CBOR_VERSION}61 VERSION ${CBOR_VERSION}
9 Version: @CBOR_VERSION@
11 int main() { std::cout << "Hello from libcbor " << CBOR_VERSION << std::endl; } in main()
12 printf("Hello from libcbor %s\n", CBOR_VERSION); in main()
44 #define CBOR_VERSION \ macro
13 The ``CBOR_VERSION`` is a string concatenating these three identifiers into one (e.g. ``0.2.0``).
127 printf("Hello from libcbor %s\n", CBOR_VERSION);
418 message(STATUS "CBOR_VERSION: ${CBOR_VERSION}")
11 SET(CBOR_VERSION ${CBOR_VERSION_MAJOR}.${CBOR_VERSION_MINOR}.${CBOR_VERSION_PATCH}) variable