mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 09:09:35 +08:00
Deleted redundant Make files and solutions
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user