chore: auto-commit (3 archivos)

- CMakeLists.txt
- app.md
- appicon.ico

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-16 16:33:23 +02:00
parent bed33856e7
commit 2a16ccac03
3 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -23,7 +23,8 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
# Resolve the repo's cpp/vendor regardless of build mode.
get_filename_component(_REPO_CPP_ROOT ${CMAKE_CURRENT_LIST_DIR}/../.. ABSOLUTE)
# App lives at fn_registry/apps/<X>/ (issue 0096); cpp/ is sibling.
get_filename_component(_REPO_CPP_ROOT ${CMAKE_CURRENT_LIST_DIR}/../../cpp ABSOLUTE)
set(_VENDOR ${_REPO_CPP_ROOT}/vendor)
if(_TOP_LEVEL)