summaryrefslogtreecommitdiff
path: root/cesar/maximus/system/Module
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/maximus/system/Module')
-rw-r--r--cesar/maximus/system/Module5
1 files changed, 5 insertions, 0 deletions
diff --git a/cesar/maximus/system/Module b/cesar/maximus/system/Module
new file mode 100644
index 0000000000..e911dbaf21
--- /dev/null
+++ b/cesar/maximus/system/Module
@@ -0,0 +1,5 @@
+SOURCES := Station.cpp StationConfiguration.cpp SystemManager.cpp SystemSciMsg.cpp
+ifdef UNITTEST
+SOURCES += SystemManagerTest.cpp StationTest.cpp StationConfigurationTest.cpp SystemSciMsgTest.cpp
+endif
+HOST_INCLUDES += maximus/system/inc