cmake_minimum_required(VERSION 2.8 FATAL_ERROR)

install(FILES 
	ctaylor.hpp ctaylor_math.hpp micromath.hpp polymul.hpp taylor.hpp taylor_math.hpp tmath.hpp
	DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/libtaylor)
