First batch of rotgen implementation: constructors, basic infrastructure

This commit is contained in:
Karen Kaspar 2025-05-16 16:01:17 +02:00 committed by Joel Falcou
parent 2554a83890
commit afd504d679
9 changed files with 428 additions and 10 deletions

3
.gitignore vendored
View file

@ -9,4 +9,5 @@ install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps
build/*
build/*
.idea