diff options
| author | skal <pascal.massimino@gmail.com> | 2026-02-03 08:49:24 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-02-03 08:49:24 +0100 |
| commit | 249ee6e8de55b2313c86299d66b1d51abcaec130 (patch) | |
| tree | 682fae072a6f5e10d928b90aacd63d41e9314a48 | |
| parent | 59c72c95b5fdd756d4b0134fad32f7a3f4daa2aa (diff) | |
add 'use libraries' task for the Build System
| -rw-r--r-- | PROJECT_CONTEXT.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/PROJECT_CONTEXT.md b/PROJECT_CONTEXT.md index d02e365..2f1333b 100644 --- a/PROJECT_CONTEXT.md +++ b/PROJECT_CONTEXT.md @@ -28,6 +28,10 @@ Style: ## Project Roadmap ### Next Up +- ** Task #?: Build system + - [ ] collect the sub-system code under (static and dynamic) libraries + - [ ] consolidate CMakeList.txt content to use more macro for declaration, to avoid long repetitives lines and clauses + - **Task #20: Code & Platform Hygiene** - [ ] Gather all cross-compile and platform-specific conditional code into `platform.h`. - [ ] Refactor `platform_init()` and `platform_poll()` for cleaner abstraction. |
