Skip to content

Commit

Permalink
add boost submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
ichinii committed May 21, 2024
1 parent ccb2e96 commit fa9f3bb
Show file tree
Hide file tree
Showing 11 changed files with 40 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,33 @@
[submodule "Extern/alpaka"]
path = Extern/alpaka
url = https://github.com/alpaka-group/alpaka.git
[submodule "Extern/boost/config"]
path = Extern/boost/config
url = https://github.com/boostorg/config.git
[submodule "Extern/boost/assert"]
path = Extern/boost/assert
url = https://github.com/boostorg/assert.git
[submodule "Extern/boost/static_assert"]
path = Extern/boost/static_assert
url = https://github.com/boostorg/static_assert.git
[submodule "Extern/boost/type_traits"]
path = Extern/boost/type_traits
url = https://github.com/boostorg/type_traits.git
[submodule "Extern/boost/throw_exception"]
path = Extern/boost/throw_exception
url = https://github.com/boostorg/throw_exception.git
[submodule "Extern/boost/core"]
path = Extern/boost/core
url = https://github.com/boostorg/core.git
[submodule "Extern/boost/align"]
path = Extern/boost/align
url = https://github.com/boostorg/align.git
[submodule "Extern/boost/predef"]
path = Extern/boost/predef
url = https://github.com/boostorg/predef.git
[submodule "Extern/boost/preprocessor"]
path = Extern/boost/preprocessor
url = https://github.com/boostorg/preprocessor.git
[submodule "Extern/boost/atomic"]
path = Extern/boost/atomic
url = https://github.com/boostorg/atomic.git
1 change: 1 addition & 0 deletions Extern/boost/align
Submodule align added at 5ad7df
1 change: 1 addition & 0 deletions Extern/boost/assert
Submodule assert added at 447e0b
1 change: 1 addition & 0 deletions Extern/boost/atomic
Submodule atomic added at 5bbcce
1 change: 1 addition & 0 deletions Extern/boost/config
Submodule config added at 11385e
1 change: 1 addition & 0 deletions Extern/boost/core
Submodule core added at 8cc2fd
1 change: 1 addition & 0 deletions Extern/boost/predef
Submodule predef added at 0fdfb4
1 change: 1 addition & 0 deletions Extern/boost/preprocessor
Submodule preprocessor added at c4ea7e
1 change: 1 addition & 0 deletions Extern/boost/static_assert
Submodule static_assert added at ba72d3
1 change: 1 addition & 0 deletions Extern/boost/throw_exception
Submodule throw_exception added at 7c8ec2
1 change: 1 addition & 0 deletions Extern/boost/type_traits
Submodule type_traits added at cc6fc3

0 comments on commit fa9f3bb

Please sign in to comment.