From 5310ea3564fe98b2940a63b72621b79de9290f77 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 11 Sep 2022 19:19:32 +0200 Subject: Replaced Datafile and StarsEx/Archive with dat and ArchiveEx --- StarsEx/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'StarsEx/CMakeLists.txt') diff --git a/StarsEx/CMakeLists.txt b/StarsEx/CMakeLists.txt index 7e1ac53..b99f765 100644 --- a/StarsEx/CMakeLists.txt +++ b/StarsEx/CMakeLists.txt @@ -3,7 +3,6 @@ include(GitDescribe) add_library( StarsEx STATIC ActiveWindow.cpp - Archive.cpp Asteroid.cpp AudDlg.cpp AudioConfig.cpp @@ -277,6 +276,7 @@ target_include_directories( ) target_link_libraries( StarsEx + PUBLIC ArchiveEx PUBLIC DefinitionEx PUBLIC FoundationEx PUBLIC NetEx -- cgit v1.1