Added a comment to the CMakeLists.txt to inform the user that they will need to have the proper development files installed.
This commit is contained in:
parent
951c5b9987
commit
50ae553758
@ -1,5 +1,8 @@
|
||||
# Copyright(c) 2019 spdlog authors Distributed under the MIT License (http://opensource.org/licenses/MIT)
|
||||
|
||||
# Make sure to also have the development files for your respective OS!
|
||||
# For example, Debian based distributions should install libspdlog-dev.
|
||||
|
||||
cmake_minimum_required(VERSION 3.11)
|
||||
project(spdlog_examples CXX)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user