blob: 588d017e65a88968bdf8b90c3e7fb4e137b7f8b9 (
plain) (
blame)
1
2
3
4
5
6
|
ifeq ($(QED),TRUE)
include $(WARPX_HOME)/Source/Particles/ElementaryProcess/QEDInternals/Make.package
VPATH_LOCATIONS += $(WARPX_HOME)/Source/Particles/ElementaryProcess/QEDInternals/
endif
VPATH_LOCATIONS += $(WARPX_HOME)/Source/Particles/ElementaryProcess/
|