TmpMenu/cmake/gtav-classes.cmake
Mr-X-GTA 22c184d6b6
Some checks failed
Nightly Build / Check Recent Commit (push) Successful in 54s
Nightly Build / Build Nightly (push) Has been cancelled
Nightly Build / Recreate Release (push) Has been cancelled
More fixes (#71)
- Improved session multiplexer
- Fixed kick from interior
- Fixed explode player
- Fixed force script host
- Re-added null function kick
- Re-added auto kick host
- Removed host token spoofing
2024-12-23 21:46:35 +01:00

15 lines
375 B
CMake

include(FetchContent)
FetchContent_Declare(
gtav_classes
GIT_REPOSITORY https://github.com/Mr-X-GTA/GTAV-Classes-1.git
GIT_TAG e803b20ec3d6cf20d6b254c915e088bd010f006e
GIT_PROGRESS TRUE
CONFIGURE_COMMAND ""
BUILD_COMMAND ""
)
message("GTAV-Classes")
if(NOT gtav_classes_POPULATED)
FetchContent_Populate(gtav_classes)
endif()