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 |
---|---|---|---|
41 | 2024-07-31 20:59:44 | 78.93 | 96.6% |
28 | 2024-07-21 00:47:32 | 76.23 | 97.1% |
18 | 2024-07-05 18:53:38 | 77.15 | 97.6% |
14 | 2024-07-05 16:31:25 | 77.70 | 97.7% |
12 | 2024-07-05 16:28:40 | 73.22 | 97.9% |
9 | 2024-07-05 16:03:19 | 71.71 | 97.5% |
7 | 2024-07-05 15:25:10 | 67.50 | 96.2% |