Hi all,
I would like to know how I can compile CImg (library for image preccesing) with CUDA project (*.cu files). I need to handle images with CUDA technology for improved the time processing.
In CUDA there is a makefile as follows:
############################################################
####################
Build script for project
############################################################
####################
Add source files here
EXECUTABLE := cuda_cimg_project
Cuda source files (compiled with cudacc)
CUFILES := cuda_cimg_project .cu
C/C++ source files (compiled with gcc / c++)
CCFILES := cuda_cimg_project _gold.cpp
############################################################
####################
Rules and targets
include …/…/common/common.mk
Should I add something?
Thanks for advance,
Best Regards.
Fernando