
PROJECT(Common)

SET(HEADERS
AString.h
ByteSwapping.h
CiftiAssert.h
BinaryFile.h
CiftiException.h
CiftiMutex.h
Compact3DLookup.h
CompactLookup.h
FloatMatrix.h
MatrixFunctions.h
MathFunctions.h
MultiDimArray.h
MultiDimIterator.h
Vector3D.h
VoxelIJK.h
XmlAdapter.h
)

SET(SOURCES
AString.cxx
BinaryFile.cxx
CiftiException.cxx
FloatMatrix.cxx
MathFunctions.cxx
Vector3D.cxx
XmlAdapter.cxx
)
