summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/CMakeLists.txt
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-09-11 19:19:32 +0200
committerAki <please@ignore.pl>2022-09-11 19:19:32 +0200
commit5310ea3564fe98b2940a63b72621b79de9290f77 (patch)
tree0d5b7a09d9cbef287d3af71f48f31f1935d0a075 /StarsEx/CMakeLists.txt
parenteb1433d1c9d87470952a8ef626c790a8a60b8d76 (diff)
downloadstarshatter-5310ea3564fe98b2940a63b72621b79de9290f77.zip
starshatter-5310ea3564fe98b2940a63b72621b79de9290f77.tar.gz
starshatter-5310ea3564fe98b2940a63b72621b79de9290f77.tar.bz2
Replaced Datafile and StarsEx/Archive with dat and ArchiveEx
Diffstat (limited to 'StarsEx/CMakeLists.txt')
-rw-r--r--StarsEx/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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