From 1e86168dc188d74f1e33d3725ccbdfdedb31258e Mon Sep 17 00:00:00 2001 From: MaxThevenet Date: Tue, 19 Feb 2019 14:06:01 -0800 Subject: update make file(s) so that code compiles --- Source/Python/Make.package | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Source/Python/Make.package (limited to 'Source/Python') diff --git a/Source/Python/Make.package b/Source/Python/Make.package new file mode 100644 index 000000000..c79049f02 --- /dev/null +++ b/Source/Python/Make.package @@ -0,0 +1,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 -- cgit v1.2.3