mirror of
https://github.com/walterschell/Lua.git
synced 2025-01-28 08:20:26 +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)
|