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 |
---|---|---|---|
255 | 2025-05-09 19:31:46 | 59.27 | 98.2% |
243 | 2025-05-07 21:29:24 | 55.06 | 96.8% |
241 | 2025-05-01 20:53:02 | 59.15 | 98.2% |
218 | 2025-04-18 00:17:23 | 56.61 | 97.8% |
138 | 2024-08-23 18:20:18 | 55.78 | 97% |
93 | 2024-07-02 03:23:19 | 57.84 | 96.9% |
83 | 2024-07-01 18:08:22 | 56.02 | 96.9% |
48 | 2024-06-29 04:13:05 | 48.72 | 95.7% |