This commit is contained in:
gabime
2019-03-23 13:31:57 +02:00
parent 043c4acc7e
commit 57a312cb1a
8 changed files with 157 additions and 0 deletions

6
lite/CMakeLists.txt Normal file
View File

@@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 3.1)
project(spdlog_lite)
add_library(spdlog_lite logger.cpp)
target_link_libraries(spdlog_lite spdlog::spdlog)