blob: c79049f02001568473d6b4cc011dc55ac18873bf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
ifeq ($(USE_PYTHON_MAIN),TRUE)
CEXE_sources += WarpXWrappers.cpp
CEXE_headers += WarpXWrappers.h
endif
CEXE_sources += WarpX_py.cpp
CEXE_headers += WarpX_py.H
INCLUDE_LOCATIONS += $(WARPX_HOME)/Source/Python
VPATH_LOCATIONS += $(WARPX_HOME)/Source/Python
|