pgo: move pgo.c and pgo stimuli to pgo directory

This commit is contained in:
Daniel Eklöf 2020-11-14 14:30:37 +01:00
parent 2639e7d2e2
commit 5a1273eb5b
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 1 additions and 1 deletions

View file

@ -133,7 +133,7 @@ pgolib = static_library(
executable(
'pgo',
'pgo.c',
'pgo/pgo.c',
dependencies: [math, threads, pixman, fcft, tllist],
link_with: pgolib,
)

View file