This commit is contained in:
silverqx
2022-01-01 17:22:47 +01:00
parent 087bf68999
commit a847f533d7

View File

@@ -1,3 +1,7 @@
#!/usr/bin/env pwsh
# Detect SHAREDLIB_EXPORT in header files
Set-StrictMode -Version 3.0
$hppFiles = Get-ChildItem -Path ..\include\*.hpp -Recurse