mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
17 lines
176 B
Text
17 lines
176 B
Text
description "Simple CUDA example (experimental)\377";
|
|
|
|
uses
|
|
Core;
|
|
|
|
library
|
|
cudart_static.lib;
|
|
|
|
file
|
|
Test.cu,
|
|
Cuda.cpp,
|
|
info.qtf,
|
|
MSVS22x64.bm;
|
|
|
|
mainconfig
|
|
"" = "CUDA";
|
|
|