summaryrefslogtreecommitdiff
path: root/test/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add unit tests for the free cameraMikko Pulkki2020-05-021-0/+1
|
* [build] Remove incorrect include path in tests CMakeSudarsana Babu Nagineni2020-04-241-5/+1
|
* Add unit tests for Rotation interpolatorGali Nelle2020-04-081-0/+1
|
* Refactor tileCover to support lod tilesMikko Pulkki2020-04-061-0/+1
|
* [test] Include cpp-httplib as a system libraryThiago Marcos P. Santos2020-03-231-4/+2
| | | | This way it will not get warnings by linters and -Werror.
* [core] Add snapshotter unit testsAlexander Shalamov2020-03-051-0/+11
|
* [build] Build files related to OpenGL renderer only when the flag is enabledJuha Alanen2020-02-271-7/+11
|
* Add Pass.NoCopy unit testMikhail Pozdnyakov2020-02-261-0/+1
|
* [test] Add iOS unit test runnerJuha Alanen2020-02-141-0/+18
|
* [build] Move the `next` buildsystem to the rootThiago Marcos P. Santos2020-02-071-0/+188
This will make the `next` buildsystem no longer the `next`, but the `actual`. The idea is to simplify the build, removing scripts, to make the platform buildsystem generated by CMake more compatible with IDEs and make development more streamlined. It will also make cross compilation easier.