From 742cb95081348cf5560beaf5c4d06baa35670dd6 Mon Sep 17 00:00:00 2001 From: sctt Date: Wed, 16 Mar 2022 19:03:28 +0100 Subject: [PATCH] Added map_replace_area to build --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index a5c44909e..962c4aeaf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2237,6 +2237,7 @@ if(TOOLS) map_extract.cpp map_optimize.cpp map_replace_image.cpp + map_replace_area.cpp map_resave.cpp packetgen.cpp unicode_confusables.cpp