1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-13 04:37:05 +01:00

New files for Chroma regression

This commit is contained in:
paboyle
2015-12-10 22:55:59 +00:00
parent 3ce10aa975
commit 8ed3940048
3 changed files with 618 additions and 0 deletions

7
tests/qdpxx/Makefile.am Normal file
View File

@ -0,0 +1,7 @@
# additional include paths necessary to compile the C++ library
AM_CXXFLAGS = -I$(top_srcdir)/lib `chroma-config --cxxflags`
AM_LDFLAGS = -L$(top_builddir)/lib `chroma-config --ldflags` `chroma-config --libs`
include Make.inc