From 9c6857c425d4baea982406ee81f265a9cda73d4d Mon Sep 17 00:00:00 2001 From: yuangongji Date: Fri, 5 Jun 2020 16:09:17 +0800 Subject: [PATCH] rename pack_template.h and sysdep.h include/msgpack/pack_template.h => cmake/pack_template.h.in include/msgpack/sysdep.h => cmake/sysdep.h.in Use `git log --follow cmake/filename.h.in` to see full log --- include/msgpack/pack_template.h => cmake/pack_template.h.in | 0 include/msgpack/sysdep.h => cmake/sysdep.h.in | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename include/msgpack/pack_template.h => cmake/pack_template.h.in (100%) rename include/msgpack/sysdep.h => cmake/sysdep.h.in (100%) diff --git a/include/msgpack/pack_template.h b/cmake/pack_template.h.in similarity index 100% rename from include/msgpack/pack_template.h rename to cmake/pack_template.h.in diff --git a/include/msgpack/sysdep.h b/cmake/sysdep.h.in similarity index 100% rename from include/msgpack/sysdep.h rename to cmake/sysdep.h.in