5 lines
88 B
CMake
5 lines
88 B
CMake
cmake_minimum_required(VERSION 3.0 FATAL_ERROR)
|
|
|
|
project(LuaPlus)
|
|
|
|
add_subdirectory(Src) |