* Begin Sorting SubProjects into Folders * Add more subprojects to folders * Add even more subprojects to folders * Add further subprojects to folders * Move the last two projects * Move Resources to a Resources subfolder * Remove spaces to be stylistically coherent * Revert Improper CMake Modifications * Revert erroneous line removals * Only specify sdl2's folder on WIN32 * Add the shader subprojects to a Generated folder * Move shaders to Filament/Shaders
Updating
To update to the Google Test that's currently on GitHub master, do the following.
curl -L https://github.com/google/googletest/archive/master.zip > master.zip
unzip master.zip
rsync -r googletest-master/ libgtest/ --delete
git checkout libgtest/tnt
rm -rf googletest-master master.zip
git add libgtest
Please be sure to run unit tests before uploading your PR:
./build.sh -u