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) set(CMAKE_POSITION_INDEPENDENT_CODE ON)
# Resolve the repo's cpp/vendor regardless of build mode. # 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) set(_VENDOR ${_REPO_CPP_ROOT}/vendor)
if(_TOP_LEVEL) if(_TOP_LEVEL)
+1 -1
View File
@@ -8,7 +8,7 @@ uses_functions: []
uses_types: [] uses_types: []
framework: "imgui" framework: "imgui"
entry_point: "main.cpp" entry_point: "main.cpp"
dir_path: "cpp/apps/engine_smoke" dir_path: "apps/engine_smoke"
repo_url: "" repo_url: ""
e2e_checks: e2e_checks:
- id: build_pc - id: build_pc
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB