Add files from test project

This commit is contained in:
2025-02-26 00:21:05 +01:00
parent d10c955c61
commit 9880cf6655
19 changed files with 3876 additions and 3 deletions

4
Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM alpine:3.21.3
RUN apk update
RUN apk add cmake make g++ python3 eigen-dev spdlog-dev