cmake_minimum_required(VERSION 3.10) project(Tutorial VERSION 1.0) set(CMAKE_CXX_STANDARD 11) set(CMAKE_CXX_STANDARD_REQUIRED True) # configure a header file to pass some of the CMake settings to the source code configure_file(TutorialConfig.h.in TutorialConfig.h) add_executable(Tutorial tutorial.cxx) # add the binary tree to the search path for include files so that we will find TutorialConfig.h target_include_directories(Tutorial PUBLIC "${PROJECT_BINARY_DIR}")
Game | Time | WPM | Accuracy |
---|---|---|---|
557 | 2025-04-24 03:49:17 | 66.49 | 95.9% |
520 | 2024-08-14 13:23:45 | 57.85 | 94.9% |
484 | 2024-07-24 10:35:24 | 65.02 | 96.4% |
481 | 2024-07-24 10:32:11 | 62.84 | 96% |
422 | 2024-07-11 14:56:05 | 64.09 | 97.1% |
419 | 2024-07-11 14:50:57 | 57.40 | 95.4% |
388 | 2024-07-10 01:01:57 | 65.72 | 97.8% |
364 | 2024-07-08 15:07:52 | 61.28 | 97% |
357 | 2024-07-08 14:59:24 | 56.61 | 95.1% |
352 | 2024-07-06 15:53:10 | 59.51 | 96.5% |
343 | 2024-07-06 15:40:05 | 55.90 | 95.3% |
234 | 2024-06-22 08:29:01 | 57.91 | 95.8% |
223 | 2024-06-22 08:13:46 | 46.81 | 95.4% |
206 | 2024-06-21 03:13:09 | 52.52 | 95.8% |
179 | 2024-06-20 04:13:59 | 55.44 | 96.8% |