12 lines
189 B
CMake
12 lines
189 B
CMake
add_library(math
|
|
_.cpp
|
|
aabb.h
|
|
curve.h
|
|
frustum.h
|
|
line.h
|
|
matrix.h
|
|
pi.h
|
|
plane.h
|
|
quaternion.h
|
|
vector.h
|
|
)
|