Skip to content

Commit

Permalink
Added D12 dpm support
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentparrett committed Oct 23, 2023
1 parent f7cd001 commit a317ee2
Showing 1 changed file with 75 additions and 0 deletions.
75 changes: 75 additions & 0 deletions Spring4D.Benchmark.dspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
{
"metadata": {
"id": "Spring4D.Benchmark",
"version": "0.2.0",
"description": "A powerful benchmarking library for Delphi (ported from Google Benchmark)",
"authors": "Vincent Parrett",
"projectUrl": "https://github.com/spring4d/benchmark",
"license": "Apache-2.0",
"copyright": "Spring4D Team",
"tags": "Benchmark Performance"
},
"targetPlatforms": [
{
"compiler": "XE7",
"platforms": "Win32, Win64",
"template": "default"
},
{
"compiler": "XE8",
"platforms": "Win32, Win64",
"template": "default"
},
{
"compiler": "10.0",
"platforms": "Win32, Win64",
"template": "default"
},
{
"compiler": "10.1",
"platforms": "Win32, Win64",
"template": "default"
},
{
"compiler": "10.2",
"platforms": "Win32, Win64",
"template": "default"
},
{
"compiler": "10.3",
"platforms": "Win32, Win64",
"template": "default"
},
{
"compiler": "10.4",
"platforms": "Win32, Win64",
"template": "default"
},
{
"compiler": "11.0",
"platforms": "Win32, Win64",
"template": "default"
},
{
"compiler": "12.0",
"platforms": "Win32, Win64",
"template": "default"
}
],
"templates": [
{
"name": "default",
"source": [
{
"src": "Spring.Benchmark.pas",
"dest": "source"
}
],
"searchPaths": [
{
"path": "source"
}
]
}
]
}

0 comments on commit a317ee2

Please sign in to comment.