From 9e45b01802c1da1701185116c68d37b10ec157d5 Mon Sep 17 00:00:00 2001 From: Romain Tartiere Date: Mon, 25 Apr 2011 10:38:25 +0000 Subject: [PATCH] Move cmake files around. Update issue 62 Looks like I missed the -p0 argument to patch. Can you please update and test? Thanks! --- config_windows.h.cmake => cmake/config_windows.h.cmake | 0 FindLIBNFC.cmake => cmake/modules/FindLIBNFC.cmake | 0 err.h => contrib/win32/err.h | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename config_windows.h.cmake => cmake/config_windows.h.cmake (100%) rename FindLIBNFC.cmake => cmake/modules/FindLIBNFC.cmake (100%) rename err.h => contrib/win32/err.h (100%) diff --git a/config_windows.h.cmake b/cmake/config_windows.h.cmake similarity index 100% rename from config_windows.h.cmake rename to cmake/config_windows.h.cmake diff --git a/FindLIBNFC.cmake b/cmake/modules/FindLIBNFC.cmake similarity index 100% rename from FindLIBNFC.cmake rename to cmake/modules/FindLIBNFC.cmake diff --git a/err.h b/contrib/win32/err.h similarity index 100% rename from err.h rename to contrib/win32/err.h