From c5fc9e6ba65c3f7056a09237dba6f54884ec8ffc Mon Sep 17 00:00:00 2001 From: Raymond Zhao <7199958+rzhao271@users.noreply.github.com> Date: Thu, 27 Feb 2025 11:36:13 -0800 Subject: [PATCH] Add example comments --- example/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt index 8f4ccaca..ea43ff67 100644 --- a/example/CMakeLists.txt +++ b/example/CMakeLists.txt @@ -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)