mirror of
https://github.com/reactos/CMake.git
synced 2024-11-29 06:20:23 +00:00
626fc717c6
Instead of relying on that some development package is installed on the system, now a tiny library is built, which is the searched and used during the test. Alex
5 lines
29 B
C++
5 lines
29 B
C++
int foo()
|
|
{
|
|
return 1477;
|
|
}
|