Change dependency management
This commit is contained in:
10
3rdParty/spdlog/CMakeLists.txt
vendored
Normal file
10
3rdParty/spdlog/CMakeLists.txt
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
include(FetchContent)
|
||||
|
||||
FetchContent_Declare(
|
||||
spdlog
|
||||
GIT_REPOSITORY https://github.com/gabime/spdlog.git
|
||||
GIT_TAG v1.8.1
|
||||
GIT_SHALLOW TRUE
|
||||
)
|
||||
FetchContent_MakeAvailable(spdlog)
|
||||
#add_definitions(-SPDLOG_FMT_EXTERNAL)
|
||||
Reference in New Issue
Block a user