4 lines
93 B
CMake
4 lines
93 B
CMake
|
|
include(CheckSourceCompiles)
|
|
check_source_compiles(C "int main() {return 0;}" SHOULD_BUILD)
|