mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Fix cmake build of map_extract
This commit is contained in:
parent
3aaf38cefb
commit
2365958227
|
@ -387,7 +387,7 @@ file(GLOB TOOLS RELATIVE "${PROJECT_SOURCE_DIR}/src/tools/" "src/tools/*.cpp")
|
|||
foreach(T ${TOOLS})
|
||||
string(REGEX REPLACE "\\.cpp$" "" TOOL "${T}")
|
||||
set(EXTRA_TOOL_SRC)
|
||||
if(TOOL MATCHES "^(tileset_|dilate$)")
|
||||
if(TOOL MATCHES "^(tileset_|dilate|map_extract$)")
|
||||
list(APPEND EXTRA_TOOL_SRC ${DEP_PNG})
|
||||
endif()
|
||||
if(TOOL MATCHES "^config_")
|
||||
|
|
Loading…
Reference in a new issue