File: .gitmodules

package info (click to toggle)
scitokens-cpp 1.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,988 kB
  • sloc: cpp: 25,363; makefile: 14
file content (8 lines) | stat: -rw-r--r-- 215 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
[submodule "vendor/jwt-cpp"]
	path = vendor/jwt-cpp
	url = https://github.com/Thalhammer/jwt-cpp.git

[submodule "vendor/gtest"]
	path = vendor/gtest
	url = https://github.com/google/googletest.git
	branch = v1.8.x