mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
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;
|
|
}
|