From 099d8853932039be139be7c62a83481b9d095e1c Mon Sep 17 00:00:00 2001 From: halx99 Date: Sat, 23 Apr 2022 09:01:34 +0800 Subject: [PATCH] Sync zlib file name for templates --- templates/cpp-template-default/CMakeLists.txt | 2 +- templates/lua-template-default/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/cpp-template-default/CMakeLists.txt b/templates/cpp-template-default/CMakeLists.txt index d560324c97..cd6bb32957 100644 --- a/templates/cpp-template-default/CMakeLists.txt +++ b/templates/cpp-template-default/CMakeLists.txt @@ -283,7 +283,7 @@ if (_AX_USE_PREBUILT) # support windows only box2d.lib chipmunk.lib freetype.lib - libzlib.lib + zlib.lib recast.lib bullet.lib jpeg-static.lib diff --git a/templates/lua-template-default/CMakeLists.txt b/templates/lua-template-default/CMakeLists.txt index bde0c71b81..088443eb05 100644 --- a/templates/lua-template-default/CMakeLists.txt +++ b/templates/lua-template-default/CMakeLists.txt @@ -297,7 +297,7 @@ if (_AX_USE_PREBUILT) # support windows only box2d.lib chipmunk.lib freetype.lib - libzlib.lib + zlib.lib recast.lib bullet.lib jpeg-static.lib