From a46c624123a5ece55c247d0176d9bc58fffbcdd8 Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Mon, 12 Apr 2010 17:45:30 -0700 Subject: [PATCH] missed LIBRARY: cuda in cuda.ffi --- extra/cuda/ffi/ffi.factor | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extra/cuda/ffi/ffi.factor b/extra/cuda/ffi/ffi.factor index 3b59eb83e5..ce6f8cb8b8 100644 --- a/extra/cuda/ffi/ffi.factor +++ b/extra/cuda/ffi/ffi.factor @@ -11,6 +11,8 @@ IN: cuda.ffi } cond add-library >> +LIBRARY: cuda + TYPEDEF: uint CUdeviceptr TYPEDEF: int CUdevice TYPEDEF: void* CUcontext