Lua/CMakeLists.txt
2016-09-22 09:39:06 -04:00

4 lines
83 B
CMake

cmake_minimum_required(VERSION 3.1)
project(lua C)
add_subdirectory(lua-5.3.3)