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)
>>
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
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