Added preliminary CMake buildsystem support, it can autogenerate projectfiles/makefiles etc. Including Mac OS X Xcode.
This provides a better maintainable alternative to jam/msvcgen
This commit is contained in:
10
LinearMath/CMakeLists.txt
Normal file
10
LinearMath/CMakeLists.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
ADD_LIBRARY(LINEAR_MATH
|
||||
Geometry.cpp
|
||||
Quat.cpp
|
||||
Vector.cpp
|
||||
quickprof.cpp
|
||||
Matrix.cpp
|
||||
Scalar.cpp
|
||||
VectorBase.cpp
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user