Files
factory-hole-core/CLAUDE.md
2026-02-15 18:42:47 +09:00

10 lines
206 B
Markdown

# CLAUDE.md
## Dependencies
### Flecs (ECS Framework)
Documentation is located at `build/flecs-src/docs/`. If the docs are not available, run CMake to fetch and build dependencies:
```
cmake -B build
```