]> git.lizzy.rs Git - dragonfireclient.git/commit
Compile Lua as C++ (#11683)
authorJude Melton-Houghton <jwmhjwmh@gmail.com>
Thu, 7 Apr 2022 14:54:17 +0000 (10:54 -0400)
committerGitHub <noreply@github.com>
Thu, 7 Apr 2022 14:54:17 +0000 (15:54 +0100)
commit21f17e871ea3de419f682a8088337ba6ae1d015e
treeae0ac3ca448dcbe1436f67124b4ff6c967e757c3
parent837cea6b4a2315966b9670ae50cff9d3679bcff4
Compile Lua as C++ (#11683)

Co-authored-by: sfan5 <sfan5@live.de>
lib/lua/CMakeLists.txt
lib/lua/src/CMakeLists.txt
lib/lua/src/luaconf.h
src/unittest/CMakeLists.txt
src/unittest/test_lua.cpp [new file with mode: 0644]