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