This commit is contained in:
gabime
2019-03-23 13:31:57 +02:00
parent b084b8b1d8
commit 414ff25564
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)