early-access version 2853
This commit is contained in:
15
externals/vcpkg/ports/crashpad/zlib.gn
vendored
Executable file
15
externals/vcpkg/ports/crashpad/zlib.gn
vendored
Executable file
@@ -0,0 +1,15 @@
|
||||
import("../../build/crashpad_buildconfig.gni")
|
||||
|
||||
config("zlib_config") {
|
||||
defines = [ "CRASHPAD_ZLIB_SOURCE_EXTERNAL" ]
|
||||
include_dirs = [ "@_INCLUDE_DIR@" ]
|
||||
}
|
||||
|
||||
source_set("zlib") {
|
||||
public_configs = [ ":zlib_config" ]
|
||||
if(is_debug) {
|
||||
libs = [ "@_LIBRARY_DEB@" ]
|
||||
} else {
|
||||
libs = [ "@_LIBRARY_REL@" ]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user