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 |
---|---|---|---|
167 | 2025-01-30 11:30:00 | 63.75 | 96.6% |
154 | 2025-01-25 10:03:35 | 63.15 | 96.1% |
113 | 2025-01-06 08:42:24 | 67.49 | 96.6% |
109 | 2025-01-04 12:28:28 | 71.56 | 97.8% |
88 | 2024-12-27 19:17:38 | 59.95 | 96.7% |
26 | 2024-12-16 15:39:12 | 57.40 | 94.9% |
24 | 2024-12-15 12:10:32 | 61.16 | 96.7% |