fix: png_shape ja carrega de resources.pack

Amb tots els fixos anteriors, el app de macos ja funciona correctament
This commit is contained in:
2026-03-08 22:36:10 +01:00
parent b9264c96a1
commit a65544e8b3
4 changed files with 24 additions and 15 deletions

View File

@@ -59,3 +59,8 @@ set_target_properties(${PROJECT_NAME} PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAK
# Enlazar las bibliotecas necesarias
target_link_libraries(${PROJECT_NAME} ${LINK_LIBS})
# Tool: pack_resources
add_executable(pack_resources tools/pack_resources.cpp source/resource_pack.cpp)
target_include_directories(pack_resources PRIVATE ${CMAKE_SOURCE_DIR}/source)
set_target_properties(pack_resources PROPERTIES RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/tools")