NotEnabledLanguage.cmake 93 B

123
  1. include(CheckSourceCompiles)
  2. check_source_compiles(C "int main() {return 0;}" SHOULD_BUILD)