lua part 1

This commit is contained in:
luis
2026-03-18 01:13:14 -03:00
parent aa968ba82e
commit 6d6aa1a723
40 changed files with 650 additions and 6 deletions
+4
View File
@@ -52,3 +52,7 @@ if(BUILD_TESTING)
GIT_SHALLOW 1)
FetchContent_MakeAvailable(Catch2)
endif()
if (ELUNA)
add_subdirectory(lualib)
endif()