blob: 24ae539ebedd8eeca4b3342ba851043fae47a477 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
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/text/Make.package
include $(WARPX_HOME)/Source/ablastr/utils/timer/Make.package
|