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}")
—from CMake Tutorial - A simple CMakeLists.txt, a software by Kitware, Inc. and Contributors
Active since December 6, 2023.
467 total characters in this text.
View Pit Stop page for this text
Rank | Username | WPM | Accuracy | Date |
---|---|---|---|---|
78. | xlsv (asilvano) | 64.53 | 93% | 2024-09-30 |
79. | Antony (daddyxiao) | 64.48 | 97% | 2025-02-07 |
80. | Fabian (redburningice) | 64.33 | 96% | 2024-01-08 |
81. | RAMs3c (xander360) | 64.23 | 97% | 2024-11-25 |
82. | Steve (steveleem) | 63.60 | 94.8% | 2024-01-09 |
83. | AirFilled (airfilled) | 63.51 | 96.6% | 2024-08-18 |
84. | Grace (grace_m) | 63.30 | 97% | 2024-04-06 |
85. | Jake (startler03) | 62.69 | 93% | 2025-01-25 |
86. | Daniel (lelouch_r) | 62.22 | 93% | 2024-02-27 |
87. | ruby (ruby_lu) | 62.17 | 93.8% | 2024-09-09 |
88. | DNF (lam4nk) | 61.49 | 95.1% | 2024-01-20 |
89. | ABCD (x007) | 61.48 | 98.8% | 2025-01-19 |
90. | Craig (tinnedcarrots) | 61.46 | 96% | 2024-01-27 |
91. | sygi (sygi) | 61.30 | 94% | 2024-11-25 |
92. | D (nawheat) | 60.97 | 93% | 2024-11-28 |
93. | xd (renne_hayworth) | 60.13 | 95% | 2024-03-11 |
94. | Jason (saltybaskets) | 59.64 | 93% | 2025-04-15 |
95. | صَقْرُ السُّرْ... | 59.54 | 97% | 2025-01-05 |
96. | JPOverclock (jpoverclock) | 59.54 | 96% | 2024-05-31 |
97. | Thanaphat (tan_thanaphat4) | 59.46 | 94% | 2024-04-10 |
98. | IKE (ikepaul) | 59.45 | 95% | 2024-09-19 |
99. | Milan (milang13) | 59.27 | 95% | 2025-06-05 |
100. | Commotion6071 (commotion6071) | 59.27 | 98% | 2025-05-09 |
101. | Jeremy (kaazairl) | 58.91 | 96% | 2024-06-17 |
102. | inward (inwardrtmp) | 58.65 | 95% | 2025-02-26 |
103. | Maha (neonnex) | 58.43 | 94.9% | 2024-08-31 |
104. | David (bigd4316) | 58.40 | 96% | 2025-02-05 |
105. | Amandine (amtirino) | 58.10 | 95.4% | 2025-02-13 |
106. | v0ldem0rt (v0ldem0rt1) | 57.55 | 96% | 2024-01-15 |
107. | racer (dev_racer) | 57.02 | 96% | 2024-12-29 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 426 | 63.58 | December 6, 2023 |