Re: [CMake] Cuda with CMake

2010-07-31 Thread James Bigler
On Thu, Jul 29, 2010 at 12:33 PM, Ryan Pavlik wrote: > On 7/29/10 10:10 AM, lokmane.abbas-turki wrote: > >> >> >> I am a beginner on creating Visual projects with CMake for Cuda >> applications. I use the following CMakeLists >> >> cmake_minimum_required(VERSION 2.8) >> >> PROJECT(FermeHedge) >>

Re: [CMake] Cuda with CMake

2010-07-29 Thread Ryan Pavlik
On 7/29/10 10:10 AM, lokmane.abbas-turki wrote: I am a beginner on creating Visual projects with CMake for Cuda applications. I use the following CMakeLists cmake_minimum_required(VERSION 2.8) PROJECT(FermeHedge) #Searching CUDA FIND_PACKAGE(CUDA) OK, this line is good, but... #Include t

[CMake] Cuda with CMake

2010-07-29 Thread lokmane.abbas-turki
I am a beginner on creating Visual projects with CMake for Cuda applications. I use the following CMakeLists cmake_minimum_required(VERSION 2.8) PROJECT(FermeHedge) #Searching CUDA FIND_PACKAGE(CUDA) #Include the FindCUDA script INCLUDE(FindCUDA) SET(SOURCES         aleat_lin.cu         in