summaryrefslogtreecommitdiffhomepage
path: root/ArchiveEx/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 /ArchiveEx/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 'ArchiveEx/CMakeLists.txt')
-rw-r--r--ArchiveEx/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ArchiveEx/CMakeLists.txt b/ArchiveEx/CMakeLists.txt
index 158e2b3..6010cea 100644
--- a/ArchiveEx/CMakeLists.txt
+++ b/ArchiveEx/CMakeLists.txt
@@ -25,3 +25,4 @@ if(WIN32)
PRIVATE -l:libshlwapi.a
)
endif()
+install(TARGETS dat RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX})