Skip to content

Commit e40b15c

Browse files
committed
Add deadlock
1 parent d92b451 commit e40b15c

File tree

6 files changed

+16
-9
lines changed

6 files changed

+16
-9
lines changed

.gitmodules

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
11
[submodule "vendor/hl2sdk-cs"]
22
path = vendor/hl2sdk-cs2
33
url = https://github.com/alliedmodders/hl2sdk
4-
branch = cs
5-
shallow = true
6-
[submodule "vendor/fmt"]
7-
path = vendor/fmt
8-
url = https://github.com/fmtlib/fmt
4+
branch = cs2
95
shallow = true
106
[submodule "vendor/hl2sdk-dota"]
117
path = vendor/hl2sdk-dota
128
url = https://github.com/alliedmodders/hl2sdk
139
branch = dota
1410
shallow = true
11+
[submodule "vendor/hl2sdk-deadlock"]
12+
path = vendor/hl2sdk-deadlock
13+
url = https://github.com/alliedmodders/hl2sdk
14+
branch = deadlock
15+
shallow = true
1516
[submodule "vendor/spdlog"]
1617
path = vendor/spdlog
1718
url = https://github.com/gabime/spdlog
1819
shallow = true
20+
[submodule "vendor/fmt"]
21+
path = vendor/fmt
22+
url = https://github.com/fmtlib/fmt
23+
shallow = true

src/main/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ function(BUILD_GAME GAME GAME_PATH)
2020
endfunction()
2121

2222
build_game(CS2 csgo)
23-
build_game(DOTA dota)
23+
build_game(DOTA deadlock)
24+
build_game(DEADLOCK deadlock)
2425

2526
source_group(TREE ${CMAKE_CURRENT_SOURCE_DIR} PREFIX "Source Files" FILES ${SOURCES_LIST})
2627
source_group(TREE ${CMAKE_CURRENT_SOURCE_DIR} PREFIX "Header Files" FILES ${HEADERS_LIST})

vendor/hl2sdk-cs2

vendor/hl2sdk-deadlock

Submodule hl2sdk-deadlock added at c53c19f

vendor/hl2sdk-dota

0 commit comments

Comments
 (0)