mirror of
https://github.com/walterschell/Lua.git
synced 2024-11-10 01:01:46 +00: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)
|