mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-16 00:45:48 +08:00
renamed
This commit is contained in:
parent
6b0bf33f8e
commit
9858f2e499
@ -1,4 +1,4 @@
|
|||||||
#include "logger.h"
|
#include "spdlite.h"
|
||||||
#include "spdlog/spdlog.h"
|
#include "spdlog/spdlog.h"
|
||||||
|
|
||||||
spdlog::lite::logger spdlog::create_lite(void *ctx)
|
spdlog::lite::logger spdlog::create_lite(void *ctx)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#define SPDLITE_ACTIVE_LEVEL SPDLITE_LEVEL_INFO
|
#define SPDLITE_ACTIVE_LEVEL SPDLITE_LEVEL_INFO
|
||||||
#include "logger.h"
|
#include "spdlite.h"
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
cmake_minimum_required(VERSION 3.1)
|
cmake_minimum_required(VERSION 3.1)
|
||||||
project(spdlog_lite)
|
project(spdlog_lite)
|
||||||
|
|
||||||
add_library(spdlog_lite logger.cpp)
|
add_library(spdlog_lite spdlite.cpp)
|
||||||
|
|
||||||
target_link_libraries(spdlog_lite spdlog::spdlog)
|
target_link_libraries(spdlog_lite spdlog::spdlog)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#include "logger.h"
|
#include "spdlite.h"
|
||||||
#include "spdlog/spdlog.h"
|
#include "spdlog/spdlog.h"
|
||||||
#include "spdlog/logger.h"
|
#include "spdlog/logger.h"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user