Fixup [ci build]

This commit is contained in:
halx99 2021-06-08 22:15:21 +08:00
parent ce603ea4fb
commit 8528090af5
6 changed files with 6 additions and 5 deletions

View File

@ -173,6 +173,7 @@ get_target_property(lua_ext_depend thirdparty CC_LUA_DEPEND)
target_link_libraries(${ADXE_LUA_LIB} ${lua_ext_depend})
target_include_directories(${ADXE_LUA_LIB}
PUBLIC ${cocos_root}/thirdparty/lua
PRIVATE manual/platform/android
PRIVATE manual/platform/android/jni
PRIVATE ${cocos_root}/extensions/spine/runtime/include

10
thirdparty/README.md vendored
View File

@ -94,6 +94,11 @@
- Upstream: http://www.lua.org/
- Version: 5.3.6 with modified for bytecode 32/64bit compatible
- License: MIT (http://www.lua.org/license.html)
- sol2
- Upstream: https://github.com/ThePhD/sol2
- Version: 2.20.6 with vs2019 compile fixes
- License: MIT
- luajit
- Upstream: https://github.com/LuaJIT/LuaJIT
@ -166,11 +171,6 @@
- Version: git 65b314a (747) with dtCrowd::getEditableAgentAnim
- License: zlib
## sol2
- Upstream: https://github.com/ThePhD/sol2
- Version: 2.20.6 with vs2019 compile fixes
- License: MIT
## stb (stb_image)
- Upstream: https://github.com/nothings/stb
- Version: 2.26 with bmp load fixes