Small fixes for MSVC compilation.

This commit is contained in:
Quentin Bazin 2020-05-28 14:27:24 +02:00
parent f440525ed7
commit e199d511f4
3 changed files with 4 additions and 1 deletions

2
.gitignore vendored
View File

@ -55,6 +55,8 @@ doc/latex
# Binaries
build
build_win32
build_win64
build_msvc
openminer
openminer_server
*.exe

View File

@ -93,6 +93,7 @@ include_directories(external/gamekit/include)
# - zlib
#------------------------------------------------------------------------------
add_subdirectory(external/zlib ${CMAKE_CURRENT_BINARY_DIR}/external/zlib)
include_directories(external/zlib ${CMAKE_CURRENT_BINARY_DIR}/external/zlib)
#------------------------------------------------------------------------------
# - lua

2
external/gamekit vendored

@ -1 +1 @@
Subproject commit 5de0b17f4b58a83c0cda4da70ff6bc5b6738b073
Subproject commit 1b187fbe22befb138b397c1e91f4d3fcbacb6662