[submodule "src/third_party/spdlog"]
	path = src/third_party/spdlog
	url = https://github.com/gabime/spdlog.git
[submodule "src/third_party/fmt"]
	path = src/third_party/fmt
	url = https://github.com/fmtlib/fmt.git
[submodule "src/third_party/pybind11"]
	path = src/third_party/pybind11
	url = https://github.com/pybind/pybind11.git
[submodule "src/third_party/cereal"]
	path = src/third_party/cereal
	url = https://github.com/USCiLab/cereal.git
[submodule "cmake/hpc-coding-conventions"]
	path = cmake/hpc-coding-conventions
	url = https://github.com/BlueBrain/hpc-coding-conventions.git
