mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-25 01:51:38 +08:00
added header to cmake
This commit is contained in:
parent
bf307e24c5
commit
4a07ce5fae
@ -1,6 +1,6 @@
|
||||
cmake_minimum_required(VERSION 3.1)
|
||||
project(spdlog_lite)
|
||||
|
||||
add_library(spdlog_lite spdlite.cpp)
|
||||
add_library(spdlog_lite spdlite.cpp spdlite.h)
|
||||
|
||||
target_link_libraries(spdlog_lite spdlog::spdlog)
|
||||
|
Loading…
Reference in New Issue
Block a user