mirror of
https://github.com/walterschell/Lua.git
synced 2025-01-13 17:22:12 +08:00
4 lines
83 B
CMake
4 lines
83 B
CMake
cmake_minimum_required(VERSION 3.1)
|
|
project(lua C)
|
|
add_subdirectory(lua-5.3.3)
|