Sha256: 2f7b9b2a4637a699020402908b6cc0de76f159a07f8f8304d7f44ec6be08d2cf

Contents?: true

Size: 1.16 KB

Versions: 48

Compression:

Stored size: 1.16 KB

Contents

# ---------------------------------------------------------------------------------------
# IDE support for headers
# ---------------------------------------------------------------------------------------
set(SPDLOG_HEADERS_DIR "${CMAKE_CURRENT_LIST_DIR}/../include")

file(GLOB SPDLOG_TOP_HEADERS "${SPDLOG_HEADERS_DIR}/spdlog/*.h")
file(GLOB SPDLOG_DETAILS_HEADERS "${SPDLOG_HEADERS_DIR}/spdlog/details/*.h")
file(GLOB SPDLOG_SINKS_HEADERS "${SPDLOG_HEADERS_DIR}/spdlog/sinks/*.h")
file(GLOB SPDLOG_FMT_HEADERS "${SPDLOG_HEADERS_DIR}/spdlog/fmt/*.h")
file(GLOB SPDLOG_FMT_BUNDELED_HEADERS "${SPDLOG_HEADERS_DIR}/spdlog/fmt/bundled/*.h")
set(SPDLOG_ALL_HEADERS ${SPDLOG_TOP_HEADERS} ${SPDLOG_DETAILS_HEADERS} ${SPDLOG_SINKS_HEADERS} ${SPDLOG_FMT_HEADERS}
                       ${SPDLOG_FMT_BUNDELED_HEADERS})

source_group("Header Files\\spdlog" FILES ${SPDLOG_TOP_HEADERS})
source_group("Header Files\\spdlog\\details" FILES ${SPDLOG_DETAILS_HEADERS})
source_group("Header Files\\spdlog\\sinks" FILES ${SPDLOG_SINKS_HEADERS})
source_group("Header Files\\spdlog\\fmt" FILES ${SPDLOG_FMT_HEADERS})
source_group("Header Files\\spdlog\\fmt\\bundled\\" FILES ${SPDLOG_FMT_BUNDELED_HEADERS})

Version data entries

48 entries across 48 versions & 1 rubygems

Version Path
couchbase-3.5.6 ext/cache/spdlog/7251ead404dccd824789f8f3a13df2a6fb56440c/spdlog/cmake/ide.cmake
couchbase-3.5.5 ext/cache/spdlog/7251ead404dccd824789f8f3a13df2a6fb56440c/spdlog/cmake/ide.cmake
couchbase-3.5.4 ext/cache/spdlog/19df5d3d8e5526c255d27414e09568671ef87483/spdlog/cmake/ide.cmake
couchbase-3.5.3 ext/cache/spdlog/19df5d3d8e5526c255d27414e09568671ef87483/spdlog/cmake/ide.cmake
couchbase-3.5.2 ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/cmake/ide.cmake
couchbase-3.5.1 ext/cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/cmake/ide.cmake
couchbase-3.5.0 ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/cmake/ide.cmake
couchbase-3.4.5 ext/couchbase/third_party/spdlog/cmake/ide.cmake
couchbase-3.4.4 ext/couchbase/third_party/spdlog/cmake/ide.cmake
couchbase-3.4.3 ext/couchbase/third_party/spdlog/cmake/ide.cmake
couchbase-3.4.2 ext/couchbase/third_party/spdlog/cmake/ide.cmake
couchbase-3.4.1 ext/couchbase/third_party/spdlog/cmake/ide.cmake
couchbase-3.4.0 ext/couchbase/third_party/spdlog/cmake/ide.cmake
couchbase-3.3.0 ext/couchbase/third_party/spdlog/cmake/ide.cmake
couchbase-3.2.0-universal-darwin-20 ext/third_party/spdlog/cmake/ide.cmake
couchbase-3.2.0 ext/third_party/spdlog/cmake/ide.cmake
couchbase-3.1.1 ext/third_party/spdlog/cmake/ide.cmake
couchbase-3.1.1-universal-darwin-20 ext/third_party/spdlog/cmake/ide.cmake
couchbase-3.1.0 ext/third_party/spdlog/cmake/ide.cmake
couchbase-3.0.3 ext/third_party/spdlog/cmake/ide.cmake