Skip to content

Automatically exported from code.google.com/p/qmakecuda

Notifications You must be signed in to change notification settings

Sunwinds/qmakecuda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qmakecuda

Simplified setup system for CUDA configuration using QtCreator

The usual setup for qmake/Qt command line application

QT += core QT -= gui CONFIG += console CONFIG -= app_bundle TARGET = qmakecuda TEMPLATE = app

Setup your CUDA & sources

include(cuda.prf) add_cuda_source(helloworld.cu)

Your C++ sources

SOURCES += main.cpp

About

Automatically exported from code.google.com/p/qmakecuda

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published