starting playing the wherigo

Signed-off-by: Peter Siegmund <mars3142@noreply.mars3142.dev>
This commit is contained in:
2026-02-13 02:41:12 +01:00
parent 50267e47dc
commit f9c45ca81f
34 changed files with 4055 additions and 84 deletions

View File

@@ -2,6 +2,8 @@
cmake_minimum_required(VERSION 3.21)
project(lua LANGUAGES C)
set(LUA_SRC_DIR ${CMAKE_CURRENT_SOURCE_DIR}/src)
set(LUA_SOURCES
src/lapi.c
src/lcode.c