Skip to content
Snippets Groups Projects
Commit 0f63ca15 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

Add spdlog as submodule.

parent 1ad00431
No related branches found
No related tags found
No related merge requests found
...@@ -46,3 +46,6 @@ ...@@ -46,3 +46,6 @@
[submodule "ThirdParty/json-cmake"] [submodule "ThirdParty/json-cmake"]
path = ThirdParty/json-cmake path = ThirdParty/json-cmake
url = https://github.com/ufz/json-cmake.git url = https://github.com/ufz/json-cmake.git
[submodule "ThirdParty/spdlog"]
path = ThirdParty/spdlog
url = https://github.com/gabime/spdlog.git
add_subdirectory(logog) add_subdirectory(spdlog)
set(DISABLE_WARNINGS_TARGETS logog)
set(gtest_force_shared_crt ON CACHE INTERNAL "") # Use dynamic MSVC runtime set(gtest_force_shared_crt ON CACHE INTERNAL "") # Use dynamic MSVC runtime
set(INSTALL_GTEST OFF CACHE INTERNAL "") set(INSTALL_GTEST OFF CACHE INTERNAL "")
......
Subproject commit cf6f1dd01e660d5865d68bf5fa78f6376b89470a
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment