summaryrefslogtreecommitdiffhomepage
path: root/StarsEx
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-04-06 21:57:40 +0200
committerAki <please@ignore.pl>2022-04-06 21:57:40 +0200
commitc4f0fad2b3f64f712efca130b45c07936f448352 (patch)
treeaf2110a5116b50f9e3a21f3a2d37a2a13fabfd6a /StarsEx
parentb607369386ed3c410f9721a43b6145c9456af479 (diff)
downloadstarshatter-c4f0fad2b3f64f712efca130b45c07936f448352.zip
starshatter-c4f0fad2b3f64f712efca130b45c07936f448352.tar.gz
starshatter-c4f0fad2b3f64f712efca130b45c07936f448352.tar.bz2
Chaned VersionInfo to be private
Diffstat (limited to 'StarsEx')
-rw-r--r--StarsEx/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/StarsEx/CMakeLists.txt b/StarsEx/CMakeLists.txt
index f637326..85f6855 100644
--- a/StarsEx/CMakeLists.txt
+++ b/StarsEx/CMakeLists.txt
@@ -299,7 +299,7 @@ git_describe(VERSION)
configure_file(VersionInfo.cpp.conf ${CMAKE_CURRENT_BINARY_DIR}/VersionInfo.cpp @ONLY)
target_sources(
StarsEx
- PUBLIC ${CMAKE_CURRENT_BINARY_DIR}/VersionInfo.cpp
+ PRIVATE ${CMAKE_CURRENT_BINARY_DIR}/VersionInfo.cpp
)
if(MSVC)
target_include_directories(