mirror of
https://github.com/Lurkki14/tuxclocker.git
synced 2025-02-25 18:55:24 -06:00
update build file
This commit is contained in:
@@ -29,7 +29,7 @@ libdrm_amdgpu = cc.find_library('libdrm_amdgpu', required : false)
|
|||||||
libdrm_dep = dependency('libdrm')
|
libdrm_dep = dependency('libdrm')
|
||||||
|
|
||||||
if libdrm_amdgpu.found()
|
if libdrm_amdgpu.found()
|
||||||
shared_library('amdgpu', 'amdgpu.c',
|
shared_library('amdgpu', 'amdgpu.cpp',
|
||||||
include_directories : incdir,
|
include_directories : incdir,
|
||||||
dependencies : [libdrm_amdgpu, libdrm_dep],
|
dependencies : [libdrm_amdgpu, libdrm_dep],
|
||||||
link_with : libtuxclocker,
|
link_with : libtuxclocker,
|
||||||
|
|||||||
Reference in New Issue
Block a user