mirror of
https://github.com/Lurkki14/tuxclocker.git
synced 2025-02-16 14:34:46 -06:00
add nvml.h to local folder
This commit is contained in:
parent
c56fb42b6d
commit
1273e91627
@ -2,6 +2,6 @@ project('tuxclocker', 'c', 'cpp')
|
||||
|
||||
cc = meson.get_compiler('c')
|
||||
|
||||
incdir = include_directories('src/include')
|
||||
incdir = include_directories('src/include', 'src/include/deps')
|
||||
|
||||
subdir('src')
|
||||
|
6425
src/include/deps/nvml.h
Normal file
6425
src/include/deps/nvml.h
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,5 @@
|
||||
#include "/opt/cuda/include/nvml.h"
|
||||
//#include <nvml.h>
|
||||
//#include "/opt/cuda/include/nvml.h"
|
||||
#include <nvml.h>
|
||||
#include <X11/Xlib.h>
|
||||
#include <NVCtrl/NVCtrlLib.h>
|
||||
#include <string.h>
|
||||
|
@ -1,5 +1,5 @@
|
||||
#include "/opt/cuda/include/nvml.h"
|
||||
//#include <nvml.h>
|
||||
//#include "/opt/cuda/include/nvml.h"
|
||||
#include <nvml.h>
|
||||
#include <X11/Xlib.h>
|
||||
#include <NVCtrl/NVCtrlLib.h>
|
||||
#include <string.h>
|
||||
|
Loading…
Reference in New Issue
Block a user