4 lines
89 B
CMake
4 lines
89 B
CMake
|
|
||
|
include(CheckCompilerFlag)
|
||
|
check_compiler_flag(C "int main() {return 0;}" SHOULD_BUILD)
|