mirror of
https://github.com/gabime/spdlog.git
synced 2025-10-01 02:49:03 +08:00
lite wip
This commit is contained in:
6
lite/CMakeLists.txt
Normal file
6
lite/CMakeLists.txt
Normal 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)
|
Reference in New Issue
Block a user