NotEnabledLanguage.cmake 85 B

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