mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 12:40:06 +00:00
15 lines
221 B
C
15 lines
221 B
C
#ifdef CHECK_INCLUDE_FILE
|
|
|
|
#include <${CHECK_INCLUDE_FILE_VAR}>
|
|
|
|
int main()
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
#else /* CHECK_INCLUDE_FILE */
|
|
|
|
# error "CHECK_INCLUDE_FILE has to specify the include file"
|
|
|
|
#endif /* CHECK_INCLUDE_FILE */
|