mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-01 01:40:13 -05:00
pgo: move pgo.c and pgo stimuli to pgo directory
This commit is contained in:
parent
2639e7d2e2
commit
5a1273eb5b
3 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ pgolib = static_library(
|
||||||
|
|
||||||
executable(
|
executable(
|
||||||
'pgo',
|
'pgo',
|
||||||
'pgo.c',
|
'pgo/pgo.c',
|
||||||
dependencies: [math, threads, pixman, fcft, tllist],
|
dependencies: [math, threads, pixman, fcft, tllist],
|
||||||
link_with: pgolib,
|
link_with: pgolib,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue