mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-06 07:37:21 +02:00
added build info for cpucorectl
added build info for the new cpucorectl utility to meson
This commit is contained in:
parent
7d00c1f0a4
commit
ba1c593d0e
@ -28,3 +28,18 @@ gpuclockctl = executable(
|
||||
install: true,
|
||||
install_dir: path_libexecdir,
|
||||
)
|
||||
|
||||
# Small target util to park and unpark cores
|
||||
cpucorectl_sources = [
|
||||
'cpucorectl.c',
|
||||
]
|
||||
|
||||
cpucorectl = executable(
|
||||
'cpucorectl',
|
||||
sources: cpucorectl_sources,
|
||||
dependencies: [
|
||||
link_daemon_common,
|
||||
],
|
||||
install: true,
|
||||
install_dir: path_libexecdir,
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user