aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2024-09-15 12:55:50 +0200
committerOvahlord <dreadkiller@gmx.de>2024-09-16 17:32:34 +0200
commitbf0e2fc469373a6837b031cd1f542ca84fa76f22 (patch)
tree64f15803485215890c2afe1c84f4194d3a9038eb /src/CMakeLists.txt
parent7972d45a869a176442f570356737f596879df710 (diff)
Build: Automatically include WindowsSettings.manifest in all executables instead of listing it separately as source file in every target
(cherry picked from commit a21e7c738e3f03347a3e96bda11e29e090ad71b6)
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index f13f506e8e6..12a4db55845 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -8,12 +8,6 @@
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-if(WIN32 AND MSVC)
- set(sources_windows
- ${CMAKE_SOURCE_DIR}/src/common/WindowsSettings.manifest
- )
-endif()
-
add_subdirectory(genrev)
add_subdirectory(common)