cyphesis/physics/Makefile.am
Erik Ogenvik 923f037b13 Introduce a separate Transforms class.
Used to hold transformation data, and serializing to Atlas.
2016-06-26 20:16:48 +02:00

11 lines
422 B
Makefile

noinst_LIBRARIES = libphysics.a
AM_CPPFLAGS = -I$(top_srcdir)
libphysics_a_SOURCES = Vector3D.cpp Vector3D.h \
BBox.cpp BBox.h \
Course.cpp Course_impl.h Course.h \
Quaternion.cpp Quaternion.h \
Collision.cpp Collision.h \
Shape.cpp Shape_impl.h Shape.h \
Transform.cpp Transform.h