blob: 00258162c911e6c9c3c42e5831f09081cfba57a0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
CEXE_sources += Communication.cpp
CEXE_sources += SignalHandling.cpp
CEXE_sources += TextMsg.cpp
CEXE_sources += UsedInputsFile.cpp
VPATH_LOCATIONS += $(WARPX_HOME)/Source/ablastr/utils
include $(WARPX_HOME)/Source/ablastr/utils/msg_logger/Make.package
include $(WARPX_HOME)/Source/ablastr/utils/timer/Make.package
|