Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmake: preload resources into web examples
No examples built for the Web platform functioned properly due to lack of resources in the virtual file system provided by emscripten. This patch addresses this problem by adding '--preload-file local_path/resources@resources' emcc option to link flags whenever necessary.
- Loading branch information