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:
+2
-1
@@ -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)
|
||||||
|
|
||||||
|
|||||||
@@ -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
Binary file not shown.
|
After Width: | Height: | Size: 8.8 KiB |
Reference in New Issue
Block a user