aboutsummaryrefslogtreecommitdiff
path: root/Source/Evolve/Make.package
blob: adc114ccc92ed0a0d89d7361a582f9787b494626 (plain) (blame)
1
2
3
4
5
6
7
CEXE_sources += WarpXEvolveEM.cpp
ifeq ($(DO_ELECTROSTATIC),TRUE)
  CEXE_sources += WarpXEvolveES.cpp
endif

INCLUDE_LOCATIONS += $(WARPX_HOME)/Source/Evolve
VPATH_LOCATIONS   += $(WARPX_HOME)/Source/Evolve