mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-26 10:48:38 -06:00
CUDA: Add tests to verify CUDA compiler works properly.
This commit is contained in:
committed by
Brad King
parent
9cf5b98d54
commit
7b9131da64
6
Tests/Cuda/ObjectLibrary/static.cpp
Normal file
6
Tests/Cuda/ObjectLibrary/static.cpp
Normal file
@@ -0,0 +1,6 @@
|
||||
int file1_sq_func(int);
|
||||
|
||||
int static_func(int x)
|
||||
{
|
||||
return file1_sq_func(x);
|
||||
}
|
||||
Reference in New Issue
Block a user