Loading CMakeLists.txt +2 −2 Original line number Original line Diff line number Diff line Loading @@ -139,14 +139,14 @@ add_library(spdlog INTERFACE) # we cannot use target_include_directories with CMake < 3.11 # we cannot use target_include_directories with CMake < 3.11 set_target_properties(spdlog set_target_properties(spdlog PROPERTIES PROPERTIES INTERFACE_INCLUDE_DIRECTORIES "${CMAKE_SOURCE_DIR}/include/extern" INTERFACE_INCLUDE_DIRECTORIES "${CMAKE_SOURCE_DIR}/external" ) ) add_library(fmt INTERFACE) add_library(fmt INTERFACE) # we cannot use target_include_directories with CMake < 3.11 # we cannot use target_include_directories with CMake < 3.11 set_target_properties(fmt set_target_properties(fmt PROPERTIES PROPERTIES INTERFACE_INCLUDE_DIRECTORIES "${CMAKE_SOURCE_DIR}/include/extern/spdlog" INTERFACE_INCLUDE_DIRECTORIES "${CMAKE_SOURCE_DIR}/external/spdlog" ) ) set(INCLUDE_DIR "${CMAKE_SOURCE_DIR}/include") set(INCLUDE_DIR "${CMAKE_SOURCE_DIR}/include") Loading include/extern/spdlog/async.h→external/spdlog/async.h +0 −0 File moved. View file include/extern/spdlog/async_logger.h→external/spdlog/async_logger.h +0 −0 File moved. View file include/extern/spdlog/common.h→external/spdlog/common.h +0 −0 File moved. View file include/extern/spdlog/details/async_logger_impl.h→external/spdlog/details/async_logger_impl.h +0 −0 File moved. View file Loading
CMakeLists.txt +2 −2 Original line number Original line Diff line number Diff line Loading @@ -139,14 +139,14 @@ add_library(spdlog INTERFACE) # we cannot use target_include_directories with CMake < 3.11 # we cannot use target_include_directories with CMake < 3.11 set_target_properties(spdlog set_target_properties(spdlog PROPERTIES PROPERTIES INTERFACE_INCLUDE_DIRECTORIES "${CMAKE_SOURCE_DIR}/include/extern" INTERFACE_INCLUDE_DIRECTORIES "${CMAKE_SOURCE_DIR}/external" ) ) add_library(fmt INTERFACE) add_library(fmt INTERFACE) # we cannot use target_include_directories with CMake < 3.11 # we cannot use target_include_directories with CMake < 3.11 set_target_properties(fmt set_target_properties(fmt PROPERTIES PROPERTIES INTERFACE_INCLUDE_DIRECTORIES "${CMAKE_SOURCE_DIR}/include/extern/spdlog" INTERFACE_INCLUDE_DIRECTORIES "${CMAKE_SOURCE_DIR}/external/spdlog" ) ) set(INCLUDE_DIR "${CMAKE_SOURCE_DIR}/include") set(INCLUDE_DIR "${CMAKE_SOURCE_DIR}/include") Loading
include/extern/spdlog/details/async_logger_impl.h→external/spdlog/details/async_logger_impl.h +0 −0 File moved. View file