mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-06-22 08:52:01 +01:00
GSL integrator added - LatAnalyze now depends on GSL
This commit is contained in:
@ -17,6 +17,7 @@ endif
|
||||
noinst_PROGRAMS = \
|
||||
exCompiledDoubleFunction\
|
||||
exFit \
|
||||
exIntegrator \
|
||||
exMat \
|
||||
exMathInterpreter \
|
||||
exMin \
|
||||
@ -31,6 +32,10 @@ exFit_SOURCES = exFit.cpp
|
||||
exFit_CFLAGS = -g -O2
|
||||
exFit_LDFLAGS = -L../lib/.libs -lLatAnalyze
|
||||
|
||||
exIntegrator_SOURCES = exIntegrator.cpp
|
||||
exIntegrator_CFLAGS = -g -O2
|
||||
exIntegrator_LDFLAGS = -L../lib/.libs -lLatAnalyze
|
||||
|
||||
exMat_SOURCES = exMat.cpp
|
||||
exMat_CFLAGS = -g -O2
|
||||
exMat_LDFLAGS = -L../lib/.libs -lLatAnalyze
|
||||
|
Reference in New Issue
Block a user