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:
Benjamin Lodzhevsky 2024-11-29 22:04:55 -05:00
parent 951c5b9987
commit 50ae553758
No known key found for this signature in database
GPG Key ID: CF3D1FAB75102433

View File

@ -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)