TmpMenu/cmake/gtav-classes.cmake
Mr-X-GTA c349c9fba2
Some checks are pending
Nightly Build / Check Recent Commit (push) Successful in 20s
Nightly Build / Build Nightly (push) Waiting to run
Nightly Build / Recreate Release (push) Blocked by required conditions
Update gtav-classes again (#62)
2024-12-14 05:33:33 +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 9ca0cb74882505d7d2c382e9a588972fd4589775
GIT_PROGRESS TRUE
CONFIGURE_COMMAND ""
BUILD_COMMAND ""
)
message("GTAV-Classes")
if(NOT gtav_classes_POPULATED)
FetchContent_Populate(gtav_classes)
endif()