Livox SDK API
V2.2.0
Main Page
Namespaces
Classes
Files
File List
File Members
version.h
Go to the documentation of this file.
1
//
2
// Copyright(c) 2015 Gabi Melman.
3
// Distributed under the MIT License (http://opensource.org/licenses/MIT)
4
//
5
6
#pragma once
7
8
#define SPDLOG_VER_MAJOR 1
9
#define SPDLOG_VER_MINOR 3
10
#define SPDLOG_VER_PATCH 1
11
12
#define SPDLOG_VERSION (SPDLOG_VER_MAJOR * 10000 + SPDLOG_VER_MINOR * 100 + SPDLOG_VER_PATCH)
sdk_core
include
third_party
spdlog
spdlog
version.h
Generated by
1.8.11