Compare commits
No commits in common. "8756aa5d99f05a07019a64dce78822485ba81673" and "4cf2511a8be5896653c9f69944c68d0ef3e4a65a" have entirely different histories.
8756aa5d99
...
4cf2511a8b
@ -27,6 +27,16 @@ else()
|
|||||||
*.cpp
|
*.cpp
|
||||||
)
|
)
|
||||||
add_library(LinearAlgebra STATIC ${srcs}
|
add_library(LinearAlgebra STATIC ${srcs}
|
||||||
|
# "FloatSingle.cpp"
|
||||||
|
# "Angle.cpp"
|
||||||
|
# "Vector2.cpp"
|
||||||
|
# "Vector3.cpp"
|
||||||
|
# "Quaternion.cpp"
|
||||||
|
# "Polar.cpp"
|
||||||
|
# "Spherical.cpp"
|
||||||
|
# "Matrix.cpp"
|
||||||
|
# "SwingTwist.cpp"
|
||||||
|
# "Direction.cpp"
|
||||||
)
|
)
|
||||||
|
|
||||||
enable_testing()
|
enable_testing()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user