corregida la ubicació de project.h
All checks were successful
Release / build-linux (push) Successful in 3m15s
Release / build-windows (push) Successful in 4m0s
Release / create-release (push) Successful in 3s

This commit is contained in:
2025-11-24 20:07:32 +01:00
parent 58369fbf22
commit 45ea8636f1
4 changed files with 14 additions and 16 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