Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • ogs/libs/collection
1 result
Show changes
Commits on Source (2)
...@@ -49,3 +49,9 @@ ...@@ -49,3 +49,9 @@
[submodule "TheLartians/GroupSourcesByFolder.cmake"] [submodule "TheLartians/GroupSourcesByFolder.cmake"]
path = TheLartians/GroupSourcesByFolder.cmake path = TheLartians/GroupSourcesByFolder.cmake
url = https://github.com/TheLartians/GroupSourcesByFolder.cmake url = https://github.com/TheLartians/GroupSourcesByFolder.cmake
[submodule "fmtlib/fmt"]
path = fmtlib/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "gabime/spdlog"]
path = gabime/spdlog
url = https://github.com/gabime/spdlog.git
...@@ -27,3 +27,7 @@ endforeach() ...@@ -27,3 +27,7 @@ endforeach()
set(CPM_GroupSourcesByFolder.cmake_SOURCE set(CPM_GroupSourcesByFolder.cmake_SOURCE
${_collection}/TheLartians/GroupSourcesByFolder.cmake) ${_collection}/TheLartians/GroupSourcesByFolder.cmake)
set(CPM_fmt_SOURCE ${_collection}/fmtlib/fmt)
set(CPM_spdlog_SOURCE ${_collection}/gabime/spdlog)
Subproject commit e57ca2e3685b160617d3d95fcd9e789c4e06ca88
Subproject commit 7e635fca68d014934b4af8a1cf874f63989352b7