mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-06 20:03:51 +00:00
12 lines
228 B
CMake
12 lines
228 B
CMake
cmake_minimum_required(VERSION 3.21)
|
|
project(LiteLoader.Lua)
|
|
|
|
set(CMAKE_CXX_STANDARD 20)
|
|
set(CMAKE_BUILD_TYPE Release)
|
|
|
|
set(LLSE_BACKEND LUA)
|
|
set(SCRIPTX_BACKEND Lua)
|
|
set(LLSE_BACKEND_LIBRARY Lua)
|
|
|
|
include(../../CMakeLists.txt)
|