Add Cereal the new way

This commit is contained in:
tamasmeszaros 2021-03-22 13:00:14 +01:00
parent 974967640b
commit cf9723b7cc
4 changed files with 29 additions and 22 deletions

6
deps/Cereal/Cereal.cmake vendored Normal file
View file

@ -0,0 +1,6 @@
prusaslicer_add_cmake_project(Cereal
URL "https://github.com/USCiLab/cereal/archive/v1.2.2.tar.gz"
# URL_HASH SHA256=c6dd7a5701fff8ad5ebb45a3dc8e757e61d52658de3918e38bab233e7fd3b4ae
CMAKE_ARGS
-DJUST_INSTALL_CEREAL=on
)