metaforce/Editor/icons/IconDownload.cmake

3 lines
224 B
CMake
Raw Normal View History

2016-12-11 01:54:08 +00:00
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)