-
Notifications
You must be signed in to change notification settings - Fork 16
/
.gitmodules
36 lines (36 loc) · 998 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[submodule "3rdparty/boost"]
path = 3rdparty/boost
url = https://github.com/boostorg/boost.git
ignore = dirty
[submodule "3rdparty/zlib"]
path = 3rdparty/zlib
url = https://github.com/madler/zlib.git
ignore = dirty
[submodule "3rdparty/PMD"]
path = 3rdparty/PMD
url = https://github.com/sed-inf-u-szeged/pmd.git
ignore = dirty
[submodule "3rdparty/python2"]
path = 3rdparty/python2
url = ../cpython.git
ignore = dirty
[submodule "3rdparty/python3"]
path = 3rdparty/python3
url = ../cpython.git
ignore = dirty
[submodule "java/lib/openjdk"]
path = java/lib/openjdk
url = ../openjdk
ignore = dirty
[submodule "cl/LIM2Patterns/pybind11"]
path = 3rdparty/pybind11
url = https://github.com/pybind/pybind11
[submodule "3rdparty/clang"]
path = 3rdparty/clang
url = ../llvm-project
[submodule "3rdparty/cppheck"]
path = 3rdparty/cppcheck
url = https://github.com/danmar/cppcheck.git
[submodule "3rdparty/miniz"]
path = 3rdparty/miniz
url = https://github.com/richgel999/miniz.git