From bf0e2fc469373a6837b031cd1f542ca84fa76f22 Mon Sep 17 00:00:00 2001 From: Shauren Date: Sun, 15 Sep 2024 12:55:50 +0200 Subject: Build: Automatically include WindowsSettings.manifest in all executables instead of listing it separately as source file in every target (cherry picked from commit a21e7c738e3f03347a3e96bda11e29e090ad71b6) --- src/tools/map_extractor/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/tools/map_extractor') diff --git a/src/tools/map_extractor/CMakeLists.txt b/src/tools/map_extractor/CMakeLists.txt index 0613d0a7d4f..7da1f5fc949 100644 --- a/src/tools/map_extractor/CMakeLists.txt +++ b/src/tools/map_extractor/CMakeLists.txt @@ -12,8 +12,6 @@ CollectSourceFiles( ${CMAKE_CURRENT_SOURCE_DIR} PRIVATE_SOURCES) -list(APPEND PRIVATE_SOURCES ${sources_windows}) - add_executable(mapextractor ${PRIVATE_SOURCES} ) -- cgit v1.2.3