Disabled external gits

This commit is contained in:
2022-04-07 18:46:57 +02:00
parent 88cb3426ad
commit 15e7120d6d
5316 changed files with 4563444 additions and 6 deletions

View File

@@ -0,0 +1,31 @@
# yue.nicholas@gmail.com
ADD_EXECUTABLE ( ImathTest
main.cpp
testBox.cpp
testBoxAlgo.cpp
testColor.cpp
testExtractEuler.cpp
testExtractSHRT.cpp
testFrustum.cpp
testFrustumTest.cpp
testFun.cpp
testInvert.cpp
testJacobiEigenSolver.cpp
testLineAlgo.cpp
testMatrix.cpp
testMiscMatrixAlgo.cpp
testProcrustes.cpp
testQuat.cpp
testQuatSetRotation.cpp
testQuatSlerp.cpp
testRandom.cpp
testRoots.cpp
testShear.cpp
testTinySVD.cpp
testVec.cpp
)
ADD_TEST ( TestImath ImathTest )
TARGET_LINK_LIBRARIES ( ImathTest Imath Iex )