Disabled external gits

This commit is contained in:
2022-04-07 18:46:57 +02:00
parent 88cb3426ad
commit 15e7120d6d
5316 changed files with 4563444 additions and 6 deletions

View File

@@ -0,0 +1,23 @@
## Process this file with automake to produce Makefile.in
check_PROGRAMS = IlmImfUtilTest
IlmImfUtilTest_SOURCES = main.cpp \
testFlatImage.h testFlatImage.cpp \
testDeepImage.h testDeepImage.cpp \
testIO.h testIO.cpp tmpDir.h
INCLUDES = -I$(top_builddir) \
-I$(top_srcdir)/IlmImf \
-I$(top_srcdir)/IlmImfUtil \
-I$(top_srcdir)/config \
@ILMBASE_CXXFLAGS@
LDADD = -L$(top_builddir)/IlmImf \
-L$(top_builddir)/IlmImfUtil \
@ILMBASE_LDFLAGS@ @ILMBASE_LIBS@ \
-lIlmImfUtil -lIlmImf -lz
TESTS = IlmImfUtilTest
EXTRA_DIST = CMakeLists.txt