Commit 99a5484d authored by gabime's avatar gabime

added header to cmake

parent b78ae5ab
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)
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