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 49a9f3273d
commit 31a88f3c55
3 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -14,7 +14,8 @@ set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON) set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_POSITION_INDEPENDENT_CODE ON) set(CMAKE_POSITION_INDEPENDENT_CODE ON)
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)
set(_FUNCS ${_REPO_CPP_ROOT}/functions) set(_FUNCS ${_REPO_CPP_ROOT}/functions)
+1 -1
View File
@@ -18,7 +18,7 @@ uses_types:
- Color_cpp_core - Color_cpp_core
framework: "imgui" framework: "imgui"
entry_point: "main.cpp" entry_point: "main.cpp"
dir_path: "cpp/apps/runtime_test" dir_path: "apps/runtime_test"
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: 8.8 KiB