This website requires JavaScript.
Explore
Help
Sign In
v4games
/
assimp
Watch
3
Star
0
Fork
You've already forked assimp
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
1e9f3a802d
assimp
/
test
/
unit
/
utTargetAnimation.cpp
4 lines
37 B
C++
Raw
Normal View
History
Unescape
Escape
Major API cleanup. Unified formatting & doxygen tags in the public API. Added factory provider for default log streams. Added default log streams to std::out and std::cerr. Updated VC8 project config, boost workarounds is now working for the viewer. Updated unit test suite. Fixed some minor issues in the postprocessing-framework. BROKEN: DebugDLL build. git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@292 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
2009-01-12 22:06:54 +00:00
#
include
"UnitTestPCH.h"
Replace cppunit with the googletest framework The GTest framework has a more active support base, and natively supports CMake. Introduce it as an external dependency (using CMake's ExternalProject_Add), replacing cppunit and porting the associated unit tests.
2014-09-07 23:52:03 +00:00
// TODO