2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-08-05 06:15:35 +00:00
metaforce/Editor/icons/IconDownload.cmake
2016-12-10 15:54:08 -10:00

3 lines
224 B
CMake

message(STATUS "Inkscape not found; downloading icons to '${CMAKE_CURRENT_BINARY_DIR}/icons.bin'")
file(DOWNLOAD "https://www.dropbox.com/s/wnj17dwgcsky0o9/icons.bin"
${CMAKE_CURRENT_BINARY_DIR}/icons.bin SHOW_PROGRESS)