diff --git a/CMakeLists.txt b/CMakeLists.txt index 4e88813..9d91765 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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// (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) diff --git a/app.md b/app.md index 1958737..9cc3d98 100644 --- a/app.md +++ b/app.md @@ -8,7 +8,7 @@ uses_functions: [] uses_types: [] framework: "imgui" entry_point: "main.cpp" -dir_path: "cpp/apps/engine_smoke" +dir_path: "apps/engine_smoke" repo_url: "" e2e_checks: - id: build_pc diff --git a/appicon.ico b/appicon.ico new file mode 100644 index 0000000..e79dacc Binary files /dev/null and b/appicon.ico differ