You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
256 B
7 lines
256 B
7 years ago
|
enable_language(C)
|
||
|
enable_language(CXX)
|
||
|
include(CheckIncludeFiles)
|
||
|
check_include_files("stddef.h;stdlib.h" HAVE_STDLIB_H)
|
||
|
check_include_files("stddef.h;stdlib.h" HAVE_STDLIB_H2 LANGUAGE C)
|
||
|
check_include_files("cstddef;cstdlib" HAVE_CSTDLIB_H LANGUAGE CXX)
|