NonExistentLanguage.cmake 93 B

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