mirror of
https://github.com/reactos/CMake.git
synced 2024-12-03 17:11:04 +00:00
61367c69d7
The compiler does not support multiple source files differing only by extension in one target. This renames the C source file in the test.
6 lines
77 B
C
6 lines
77 B
C
extern int testLib6cxx(void);
|
|
int testLib6(void)
|
|
{
|
|
return testLib6cxx();
|
|
}
|