From 8f65086736ae28e786bb07672fc43b300464494b Mon Sep 17 00:00:00 2001 From: Aki Date: Tue, 1 Mar 2022 23:27:48 +0100 Subject: Added stub Clock to replace Game built-in --- Stars45/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'Stars45/CMakeLists.txt') diff --git a/Stars45/CMakeLists.txt b/Stars45/CMakeLists.txt index 0376b00..7247082 100644 --- a/Stars45/CMakeLists.txt +++ b/Stars45/CMakeLists.txt @@ -31,6 +31,7 @@ add_executable( CampaignSaveGame.cpp CampaignSituationReport.cpp CarrierAI.cpp + Clock.cpp CmdDlg.cpp CmdForceDlg.cpp CmdIntelDlg.cpp -- cgit v1.1