aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2024-09-15 12:55:50 +0200
committerShauren <shauren.trinity@gmail.com>2024-09-15 12:55:50 +0200
commita21e7c738e3f03347a3e96bda11e29e090ad71b6 (patch)
tree51e49cfae3bf9b5f7ed25f1bc987943e4f983410 /src/CMakeLists.txt
parent052f2d0a81460ba484c27d05fe34673cf467c75e (diff)
Build: Automatically include WindowsSettings.manifest in all executables instead of listing it separately as source file in every target
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)