diff --git a/CMakeLists.txt b/CMakeLists.txt index 4055eac5..fa1d45a7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -78,3 +78,6 @@ install( NAMESPACE "${namespace}" DESTINATION "${config_install_dir}" ) + +file(GLOB_RECURSE spdlog_include_SRCS "${HEADER_BASE}/*.h") +add_custom_target(spdlog_headers_for_ide SOURCES ${spdlog_include_SRCS})