Change project structure;

Added new c# binding;
This commit is contained in:
2025-12-30 20:54:05 +09:00
parent 5f5404268c
commit f1d3dddb9a
392 changed files with 2694 additions and 360462 deletions

8
native/.ps1 Normal file
View File

@@ -0,0 +1,8 @@
if (!(Test-Path -Path "build")) {
New-Item -ItemType Directory -Path "build"
}
Set-Location -Path "build"
cmake -A x64 -DCMAKE_BUILD_TYPE=Release ..
cmake --build . --config Release