NonExistentLanguage.cmake 101 B

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