Remove remaining tileset_ occurrence

tileset_* tools were removed in c839dc96
This commit is contained in:
Rafael Fontenelle 2020-11-24 09:08:59 -03:00 committed by GitHub
parent 395679632a
commit 8d3d46a55e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2079,7 +2079,7 @@ foreach(ABS_T ${TOOLS})
string(REGEX REPLACE "\\.cpp$" "" TOOL "${T}")
set(TOOL_DEPS ${DEPS})
set(TOOL_LIBS ${LIBS})
if(TOOL MATCHES "^(tileset_.*|dilate|map_convert_07|map_optimize|map_extract|map_replace_image)$")
if(TOOL MATCHES "^(dilate|map_convert_07|map_optimize|map_extract|map_replace_image)$")
list(APPEND TOOL_DEPS ${PNGLITE_DEP})
list(APPEND TOOL_LIBS ${PNGLITE_LIBRARIES})
list(APPEND TOOL_INCLUDE_DIRS ${PNGLITE_INCLUDE_DIRS})