mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
This will make the test usable without a C++ compiler. The test's code was basically C compiled as C++ anyway.
5 lines
30 B
C
5 lines
30 B
C
int lib(void)
|
|
{
|
|
return 0;
|
|
}
|