diff options
author | Shauren <shauren.trinity@gmail.com> | 2024-09-15 12:55:50 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2024-09-15 12:55:50 +0200 |
commit | a21e7c738e3f03347a3e96bda11e29e090ad71b6 (patch) | |
tree | 51e49cfae3bf9b5f7ed25f1bc987943e4f983410 /src/CMakeLists.txt | |
parent | 052f2d0a81460ba484c27d05fe34673cf467c75e (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.txt | 6 |
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) |