1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-18 07:47:06 +01:00

Hadrons: XML driven program is again a binary installed with Grid

This commit is contained in:
2016-12-14 18:19:24 +00:00
parent 7e2482aad1
commit decbb61ec1
3 changed files with 4 additions and 66 deletions

View File

@ -1,4 +1,5 @@
lib_LIBRARIES = libHadrons.a
bin_PROGRAMS = HadronsXmlRun
include modules.inc
@ -20,3 +21,6 @@ nobase_libHadrons_a_HEADERS = \
Module.hpp \
Modules.hpp \
ModuleFactory.hpp
HadronsXmlRun_SOURCES = HadronsXmlRun.cc
HadronsXmlRun_LDADD = -lGrid libHadrons.a