mirror of
https://github.com/OpenCMT/uLib.git
synced 2025-12-06 07:21:31 +01:00
[uLib Geometry]
non working version! + adds ProgrammableAccessor + renaming of some Image structures ...
This commit is contained in:
21
tmp/CodeLoop/configure.ac
Normal file
21
tmp/CodeLoop/configure.ac
Normal 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] )
|
||||
Reference in New Issue
Block a user