Commit 9858f2e4 authored by gabime's avatar gabime

renamed

parent 6b0bf33f
#include "logger.h"
#include "spdlite.h"
#include "spdlog/spdlog.h"
spdlog::lite::logger spdlog::create_lite(void *ctx)
......
#define SPDLITE_ACTIVE_LEVEL SPDLITE_LEVEL_INFO
#include "logger.h"
#include "spdlite.h"
int main()
{
......
cmake_minimum_required(VERSION 3.1)
project(spdlog_lite)
add_library(spdlog_lite logger.cpp)
add_library(spdlog_lite spdlite.cpp)
target_link_libraries(spdlog_lite spdlog::spdlog)
#include "logger.h"
#include "spdlite.h"
#include "spdlog/spdlog.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