file (GLOB_RECURSE HDR_FILES *.hpp)

install (FILES
	${HDR_FILES}
	DESTINATION include/${TARGET_INCLUDE_FOLDER})
