better timing
This commit is contained in:
parent
a43fd6ac2e
commit
59b6e2779f
4 changed files with 41 additions and 12 deletions
15
project.json
15
project.json
|
|
@ -29,6 +29,15 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "deps-timing",
|
||||
"dependencies": [
|
||||
{
|
||||
"path":"https://forgejo.catcrafts.net/Catcrafts/Crafter.Event.git",
|
||||
"configuration":"lib-timing"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "deps-debug",
|
||||
"debug": true,
|
||||
|
|
@ -44,6 +53,12 @@
|
|||
"extends": ["wayland", "deps"],
|
||||
"type": "library"
|
||||
},
|
||||
{
|
||||
"name": "lib-wayland-timing",
|
||||
"extends": ["wayland", "deps-timing"],
|
||||
"type": "library",
|
||||
"defines": [{ "name": "CRAFTER_TIMING" }]
|
||||
},
|
||||
{
|
||||
"name": "lib-wayland-debug",
|
||||
"type": "library",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue