From 39c5e03b749d44df346b8f37aed3eb898526365a Mon Sep 17 00:00:00 2001 From: Shauren Date: Fri, 7 Aug 2020 16:35:42 +0200 Subject: Core/CrashHandler: #ifdef cleanup to make VS not choke when parsing, fixed file being all red in editor --- src/tools/map_extractor/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/tools/map_extractor') diff --git a/src/tools/map_extractor/CMakeLists.txt b/src/tools/map_extractor/CMakeLists.txt index 20c3e43a9b1..e80c9d9a939 100644 --- a/src/tools/map_extractor/CMakeLists.txt +++ b/src/tools/map_extractor/CMakeLists.txt @@ -12,9 +12,7 @@ CollectSourceFiles( ${CMAKE_CURRENT_SOURCE_DIR} PRIVATE_SOURCES) -if(WIN32) - list(APPEND PRIVATE_SOURCES ${sources_windows}) -endif() +list(APPEND PRIVATE_SOURCES ${sources_windows}) add_executable(mapextractor ${PRIVATE_SOURCES} -- cgit v1.2.3