Add example comments

pull/3350/head
Raymond Zhao 6 months ago
parent 74da46ddaf
commit c5fc9e6ba6
No known key found for this signature in database
GPG Key ID: FC85D7E1120707B5

@ -4,6 +4,7 @@ cmake_minimum_required(VERSION 3.10)
project(spdlog_examples CXX)
# Example if statement
# Another example comment
if(NOT TARGET spdlog)
# Stand-alone build
find_package(spdlog REQUIRED)

Loading…
Cancel
Save