Skip to content

Commit

Permalink
Update the resources archive
Browse files Browse the repository at this point in the history
  • Loading branch information
pierremoreau committed Aug 24, 2020
1 parent d9706e5 commit 7d483df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMake/RetrieveResourceArchive.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FetchContent_Declare (
resources
URL [[http://fileadmin.cs.lth.se/cs/Education/EDA221/assignments/EDA221_resources.zip]]
URL_HASH [[SHA256=c9ae3e0f0b1186b2b9559a642e7db2b64cd28994fc76053c784238f8dddf6388]]
URL [[http://fileadmin.cs.lth.se/cs/Education/EDA221/assignments/EDAF80_resources.zip]]
URL_HASH [[SHA512=1ed9a167e4b06eaa7f0a000881ce7bc315cdc8fd38156cf66adc194f0922d1930ef7591275b37229a0261a84ed1c6869a1b3ac237a3cdca1e8b21d90f484dd11]]
SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/res"
)

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,5 @@ Licence
.. _cmake-generators(7): https://cmake.org/cmake/help/latest/manual/cmake-generators.7.html
.. _Dear ImGui’s licence: src/external/Dear ImGui/LICENSE.txt
.. _OpenGL 3.3: https://github.com/LUGGPublic/CG_Labs/tree/OpenGL_3.3
.. _this ZIP file: http://fileadmin.cs.lth.se/cs/Education/EDA221/assignments/EDA221_resources.zip
.. _this ZIP file: http://fileadmin.cs.lth.se/cs/Education/EDA221/assignments/EDAF80_resources.zip
.. _the UNLICENCE file: UNLICENCE

0 comments on commit 7d483df

Please sign in to comment.