mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 23:28:32 -05:00
947dbed0aa
Any target that might need to link to hip code needs the `hip::device` target
7 lines
44 B
C
7 lines
44 B
C
|
|
|
|
int static_c_func(int x)
|
|
{
|
|
return -x;
|
|
}
|