actualitzat release.yalm

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

corregida la ubicació de project.h

canvis en create-release de release.yml

CORREGIT UN PUTO ESPAI EN RELEASE.YML

sadjasbndk

fiuwhfiusdh

sgdwehgr

eriojgtoie
This commit is contained in:
2025-11-24 19:46:24 +01:00
parent 59e6af62ba
commit bcb9628fb2
7 changed files with 146 additions and 210 deletions

View File

@@ -1,7 +1,7 @@
# CMakeLists.txt
cmake_minimum_required(VERSION 3.10)
project(pollo VERSION 0.1)
project(pollo VERSION 0.1.0)
# Info del proyecto para version.h
set(PROJECT_LONG_NAME "Los pollos hermanos")
@@ -36,7 +36,7 @@ else()
endif()
# Configurar archivo de versión
configure_file(${CMAKE_SOURCE_DIR}/source/project.h.in ${CMAKE_SOURCE_DIR}/source/project.h @ONLY)
configure_file(${CMAKE_SOURCE_DIR}/source/project.h.in ${CMAKE_BINARY_DIR}/project.h @ONLY)
# --- 1. LISTA EXPLÍCITA DE FUENTES ---
set(APP_SOURCES