Files
OpenVulkano/3rdParty/libstud-uuid/CMakeLists.txt

15 lines
310 B
CMake

include(FetchContent)
if(NOT DEFINED LIBSTUD_REPO)
set(LIBSTUD_REPO https://git.madvoxel.net/Mirrors/libstud-uuid.git)
endif ()
FetchContent_Declare(
libstud-uuid
EXCLUDE_FROM_ALL
GIT_REPOSITORY ${LIBSTUD_REPO}
GIT_SHALLOW TRUE
)
FetchContent_MakeAvailable(libstud-uuid)