cmake HAVE_STD_CHRONO examples

tpoechtrager/wclang CMakeLists.txt :49

check_cxx_source_compiles ("#include <chrono>
int main() {
  std::chrono::steady_clock::now();
}" HAVE_STD_CHRONO)