Added a comment to the CMakeLists.txt to inform the user that they will need to have the proper development files installed.

pull/3273/head
Benjamin Lodzhevsky 9 months ago
parent 951c5b9987
commit 50ae553758
No known key found for this signature in database
GPG Key ID: CF3D1FAB75102433

@ -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…
Cancel
Save