mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-23 01:02:23 +08:00
Lua Scripting (#1334)
Closes #83 Fixes #1309 Fixes #1287 Fixes #1129 (actually fixed now)
This commit is contained in:
@ -3,7 +3,7 @@ include(FetchContent)
|
||||
FetchContent_Declare(
|
||||
gtav_classes
|
||||
GIT_REPOSITORY https://github.com/Yimura/GTAV-Classes.git
|
||||
GIT_TAG 57548ccd8742f0355fc674e8f4dedee119d640e5
|
||||
GIT_TAG 9de17746d2e7492725d2e7430ad0f27c05b6c2f0
|
||||
GIT_PROGRESS TRUE
|
||||
CONFIGURE_COMMAND ""
|
||||
BUILD_COMMAND ""
|
||||
|
12
scripts/lua.cmake
Normal file
12
scripts/lua.cmake
Normal file
@ -0,0 +1,12 @@
|
||||
include(FetchContent)
|
||||
|
||||
message("Lua")
|
||||
FetchContent_Declare(
|
||||
Lua
|
||||
GIT_REPOSITORY https://github.com/walterschell/Lua.git
|
||||
GIT_TAG a2e0125df529894f5e25d7d477b2df4e37690e0f
|
||||
GIT_PROGRESS TRUE
|
||||
)
|
||||
FetchContent_MakeAvailable(Lua)
|
||||
|
||||
set_property(TARGET lua_static PROPERTY CXX_STANDARD 23)
|
Reference in New Issue
Block a user