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