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 |
---|---|---|---|
222 | 2024-01-09 01:56:32 | 63.60 | 94.8% |
204 | 2024-01-08 16:34:00 | 55.75 | 94.3% |
194 | 2024-01-08 16:24:06 | 58.23 | 94.4% |
185 | 2024-01-06 18:53:05 | 51.36 | 94.3% |
150 | 2024-01-05 16:01:18 | 49.33 | 93.1% |
120 | 2024-01-04 18:50:41 | 47.22 | 93.4% |
70 | 2024-01-03 16:43:54 | 49.42 | 93.3% |