assimp/test
Hill Ma 30f09e9fc0 Fix build when ASSIMP_DOUBLE_PRECISION is on.
Tested:
$ cmake -DASSIMP_DOUBLE_PRECISION=1 -DASSIMP_BUILD_MDL_IMPORTER=0 ..; make

The MDL importer is disabled due to the fact that there is some float-only code
in MDL. This also means bin/assimp and bin/unit would not link successfully with
the above build flags.
2020-06-28 17:36:21 -07:00
..
headercheck Removed uneeded expression in else() and endif() constructs. 2020-02-23 07:09:35 -05:00
models add a unittest. 2020-06-12 11:43:31 +02:00
models-nonbsd Make file formatting comply with POSIX and Unix standards 2020-03-21 02:34:12 -04:00
other Add first WIP version of a TrueSpace loader. Currently only ASCII COB/SCNs are supported. 2010-04-02 04:17:05 +00:00
regression Make file formatting comply with POSIX and Unix standards 2020-03-21 02:34:12 -04:00
unit Fix build when ASSIMP_DOUBLE_PRECISION is on. 2020-06-28 17:36:21 -07:00
.editorconfig Implemented: Add editor config for test code 2015-06-28 16:08:06 -06:00
.gitignore Add Exporter Unit Test output to gitignore 2019-07-25 11:12:06 +01:00
CMakeLists.txt Allow assert handling to be replaced. 2020-06-23 11:55:51 +01:00