Small fixes for MSVC compilation.
This commit is contained in:
parent
f440525ed7
commit
e199d511f4
2
.gitignore
vendored
2
.gitignore
vendored
@ -55,6 +55,8 @@ doc/latex
|
||||
# Binaries
|
||||
build
|
||||
build_win32
|
||||
build_win64
|
||||
build_msvc
|
||||
openminer
|
||||
openminer_server
|
||||
*.exe
|
||||
|
@ -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
2
external/gamekit
vendored
@ -1 +1 @@
|
||||
Subproject commit 5de0b17f4b58a83c0cda4da70ff6bc5b6738b073
|
||||
Subproject commit 1b187fbe22befb138b397c1e91f4d3fcbacb6662
|
Loading…
x
Reference in New Issue
Block a user