mirror of
https://github.com/reactos/CMake.git
synced 2024-12-16 16:16:33 +00:00
6 lines
135 B
CMake
6 lines
135 B
CMake
|
include(ExternalData)
|
||
|
set(ExternalData_URL_TEMPLATES
|
||
|
"ExternalDataCustomScript:///%(algo)/%(hash)"
|
||
|
)
|
||
|
ExternalData_Add_Target(Data)
|