mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-26 04:09:35 +03:00
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
7 lines
48 B
C
7 lines
48 B
C
#ifndef FOO_H
|
|
#define FOO_H
|
|
|
|
int foo();
|
|
|
|
#endif
|