Skip to content

Commit 4d72e7a

Browse files
committed
fix: point dota sdk to the correct path
1 parent a3cb723 commit 4d72e7a

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

vendor/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ function(BUILD_HL2SDK GAME GAME_PATH)
4040
message(STATUS "Setting up HL2SDK-${GAME}") # What does this print?
4141
endfunction()
4242

43+
# DO NOT MODIFY, if you wish to switch the sdk for a game do it in src/main/CMakeLists.tst
4344
build_hl2sdk(CS2 hl2sdk-cs2)
44-
build_hl2sdk(DOTA hl2sdk-deadlock)
45+
build_hl2sdk(DOTA hl2sdk-dota)
4546
build_hl2sdk(DEADLOCK hl2sdk-deadlock)
4647

4748
# EXTERNAL LIBRARIES

vendor/hl2sdk-dota

0 commit comments

Comments
 (0)