about summary refs log tree commit diff stats
path: root/src/library_list.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2025-09-02 21:20:00 +0200
committerptitSeb <sebastien.chev@gmail.com>2025-09-02 21:20:00 +0200
commit578009cccf0c60f545bc34206f8ed0c091ddc89b (patch)
treece01935f24fe28b623f8391532d51627bb87842e /src/library_list.h
parent94c40d99f61fccdaa95ad4a8081e61a733f6a192 (diff)
downloadbox64-578009cccf0c60f545bc34206f8ed0c091ddc89b.tar.gz
box64-578009cccf0c60f545bc34206f8ed0c091ddc89b.zip
[WRAPPER] Added experimental cuda wrapping
Diffstat (limited to 'src/library_list.h')
-rw-r--r--src/library_list.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/library_list.h b/src/library_list.h
index 3126717a..286f154e 100644
--- a/src/library_list.h
+++ b/src/library_list.h
@@ -195,6 +195,8 @@ GO("libgomp.so.1", gomp)
 GO("libcap.so.2", cap)
 GO("libpcap.so.0.8", pcap)
 GO("libpcap.so.0", pcap)
+GO("libcuda.so.1", cuda)
+GO("libcuda.so", cuda)
 GO("libkrb5.so.3", krb5)
 GO("libgssapi_krb5.so.2", gssapikrb5)
 GO("libgssapi.so.3", gssapi)