crseo-sys 1.3.2

Cuda Engined Optics Rust Interface
Documentation
1
2
3
4
5
6
7
8
include ../common.mk

all: libceo.a *.o

libceo.a: 
#	touch link.o
	$(NVCC) $(NVCCFLAGS)  --device-link *.o -o link.o -lcudadevrt -lcudart
	$(NVCC) --lib *.o -o libceo.a