Deleted redundant Make files and solutions

This commit is contained in:
gabime
2019-05-13 01:13:58 +03:00
parent 32fb9d51b9
commit 872ea6bf09
16 changed files with 9 additions and 739 deletions

View File

@@ -74,7 +74,7 @@ target_include_directories(spdlog_static PUBLIC "$<BUILD_INTERFACE:${CMAKE_CURR
# headr only
add_library(spdlog_header_only INTERFACE)
target_include_directories(spdlog_header_only INTERFACE "$<BUILD_INTERFACE:${CMAKE_CURRENT_LIST_DIR}/include>")
add_library(spdlog::spdlog ALIAS spdlog_header_only)
add_library(spdlog::header_only ALIAS spdlog_header_only)
if(SPDLOG_FMT_EXTERNAL AND NOT TARGET fmt::fmt)
find_package(fmt REQUIRED CONFIG)