mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 02:39:48 -06:00
4 lines
120 B
CMake
4 lines
120 B
CMake
enable_language(C)
|
|
include(CheckIncludeFiles)
|
|
check_include_files("stddef.h;stdlib.h" HAVE_MISSING_ARGUMENT_H LANGUAGE)
|