Commit 3dee1077 authored by gabime's avatar gabime

renamed

parent 1d72edcc
#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)
......
#define SPDLITE_ACTIVE_LEVEL SPDLITE_LEVEL_INFO #define SPDLITE_ACTIVE_LEVEL SPDLITE_LEVEL_INFO
#include "logger.h" #include "spdlite.h"
int main() int main()
{ {
......
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)
#include "logger.h" #include "spdlite.h"
#include "spdlog/spdlog.h" #include "spdlog/spdlog.h"
#include "spdlog/logger.h" #include "spdlog/logger.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment