Change project structure;
Added new c# binding;
This commit is contained in:
8
native/.ps1
Normal file
8
native/.ps1
Normal 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
|
||||
Reference in New Issue
Block a user