[uLib Geometry]

non working version!

+ adds ProgrammableAccessor
+ renaming of some Image structures ...
This commit is contained in:
Andrea Rigoni
2014-11-03 10:27:52 +00:00
commit 99e771a223
403 changed files with 61684 additions and 0 deletions

21
tmp/CodeLoop/configure.ac Normal file
View File

@@ -0,0 +1,21 @@
# Automatically Generated/Maintained by EDE.
#
# YOU MAY MODIFY THIS FILE
# Hand made changes in some sections will be preserved
# by EDE when this file is updated.
#
# EDE is the Emacs Development Environment.
# http://cedet.sourceforge.net/ede.shtml
#
# Process this file with autoconf to produce a configure script
AC_INIT(Project.ede)
AM_INIT_AUTOMAKE([TMP], [1.0])
AM_CONFIG_HEADER(config.h)
AC_PROG_CXX
PKG_CHECK_MODULES([EIGEN3],[eigen3 >= 0.1])
# End the configure script.
AC_OUTPUT(Makefile, [date > stamp-h] )