summaryrefslogtreecommitdiffhomepage
path: root/cmake/modules/AddDownloadableResource.cmake
AgeCommit message (Collapse)Author
2022-10-14Added flag for downloadable resource to include them in default build targetAki
This allows to make sure that resources that are not part of datafile will get extracted before install target is executed.
2022-02-13Added doc to GitDescribed and cleaned up all cmake modulesAki
2022-02-09Fixed some small issues where datafile builds would not triggerAki
Some cases still remain but with the current setup they would be rather hard to fix, and they have simple workaround (make clean all).
2022-02-09Somewhat finalized AddDatafile and AddDownloadableResourceAki
Ready-to-distribute datafiles can now be produced by the build chain. This is already done for shatter.dat, content.dat, and start.dat
2022-02-09Implemented initial downloadable binary resources for building datafilesAki