31 lines
629 B
CMake
31 lines
629 B
CMake
|
|
add_files(
|
|
TEST_FILES
|
|
|
|
test.cpp
|
|
FormulaTest.cpp
|
|
ConfigLoaderTest.cpp
|
|
SimulationTest.cpp
|
|
BeltSystemTest.cpp
|
|
SurfaceMaskTest.cpp
|
|
BuildingTest.cpp
|
|
ShipTest.cpp
|
|
ScrapTest.cpp
|
|
BehaviorSystemTest.cpp
|
|
WaveSystemTest.cpp
|
|
CombatSystemTest.cpp
|
|
ShipyardTest.cpp
|
|
BlueprintTest.cpp
|
|
BlueprintSerializerTest.cpp
|
|
ModuleConfigTest.cpp
|
|
ShipModuleTest.cpp
|
|
ThreatCostCalculatorTest.cpp
|
|
RecipeSchematicTest.cpp
|
|
UnlockPrereqTest.cpp
|
|
ArtifactWinConditionTest.cpp
|
|
DeterminismTest.cpp
|
|
CommandTest.cpp
|
|
ReplayRecorderTest.cpp
|
|
ReplayPlaybackTest.cpp
|
|
)
|