aboutsummaryrefslogtreecommitdiff
path: root/dep/libzip/cmake-config.h.in
diff options
context:
space:
mode:
authorBrian <none@none>2010-08-25 23:40:39 -0600
committerBrian <none@none>2010-08-25 23:40:39 -0600
commitbed85f565b853b13576258adcd585c9753e3e10f (patch)
treeb5ed510db75eefcbb380f4c5edd52d4fc8d69942 /dep/libzip/cmake-config.h.in
parent55b09e7a9c312e900d6995fac790173904d5cf60 (diff)
Core/Dep: Added libzip which IS needed by G3D
Fixes compile on Windows and Linux (if you didn't have libzip installed for some reason). --HG-- branch : trunk
Diffstat (limited to 'dep/libzip/cmake-config.h.in')
-rw-r--r--dep/libzip/cmake-config.h.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/dep/libzip/cmake-config.h.in b/dep/libzip/cmake-config.h.in
new file mode 100644
index 00000000000..bfc61f0af97
--- /dev/null
+++ b/dep/libzip/cmake-config.h.in
@@ -0,0 +1,9 @@
+#ifndef HAD_CONFIG_H
+#define HAD_CONFIG_H
+#cmakedefine HAVE_FSEEKO
+#cmakedefine HAVE_MKSTEMP
+#cmakedefine HAVE_MOVEFILEEX
+#cmakedefine HAVE_UNISTD_H
+#define PACKAGE "@PACKAGE@"
+#define VERSION "@VERSION@"
+#endif /* HAD_CONFIG_H */