blob: 77c21eccd17a07caa74e2f7682289943bae540a9 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
ifneq ($(USE_PYTHON_MAIN),TRUE)
CEXE_sources += main.cpp
endif
CEXE_sources += WarpX.cpp
INCLUDE_LOCATIONS += $(WARPX_HOME)/Source
VPATH_LOCATIONS += $(WARPX_HOME)/Source
|