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 |
|---|---|---|---|---|
| 94. | Antony (daddyxiao) | 64.48 | 97% | 2025-02-07 |
| 95. | Fabian (redburningice) | 64.33 | 96% | 2024-01-08 |
| 96. | RAMs3c (xander360) | 64.23 | 97% | 2024-11-25 |
| 97. | Charlie (hobboloydn) | 63.92 | 97% | 2025-05-12 |
| 98. | Jeremy (cutecup) | 63.75 | 95% | 2025-11-16 |
| 99. | Steve (steveleem) | 63.60 | 94.8% | 2024-01-09 |
| 100. | Grace (grace_m) | 63.30 | 97% | 2024-04-06 |
| 101. | Jake (startler03) | 62.69 | 93% | 2025-01-25 |
| 102. | BbqTyper (bbqtyper) | 62.30 | 97% | 2025-08-17 |
| 103. | Daniel (lelouch_r) | 62.22 | 93% | 2024-02-27 |
| 104. | ruby (ruby_lu) | 62.17 | 93.8% | 2024-09-09 |
| 105. | DNF (lam4nk) | 61.49 | 95.1% | 2024-01-20 |
| 106. | ABCD (x007) | 61.48 | 98.8% | 2025-01-19 |
| 107. | Craig (tinnedcarrots) | 61.46 | 96% | 2024-01-27 |
| 108. | sygi (sygi) | 61.30 | 94% | 2024-11-25 |
| 109. | D (nawheat) | 60.97 | 93% | 2024-11-28 |
| 110. | xd (renne_hayworth) | 60.13 | 95% | 2024-03-11 |
| 111. | Jason (saltybaskets) | 59.64 | 93% | 2025-04-15 |
| 112. | صَقْرُ السُّرْ... | 59.54 | 97% | 2025-01-05 |
| 113. | JPOverclock (jpoverclock) | 59.54 | 96% | 2024-05-31 |
| 114. | Thanaphat (tan_thanaphat4) | 59.46 | 94% | 2024-04-10 |
| 115. | IKE (ikepaul) | 59.45 | 95% | 2024-09-19 |
| 116. | Raunak (aabbcc333) | 59.35 | 96% | 2025-11-22 |
| 117. | Milan (milang13) | 59.27 | 95% | 2025-06-05 |
| 118. | Commotion6071 (commotion6071) | 59.27 | 98.2% | 2025-05-09 |
| 119. | Yi_Sun (yi_sun) | 59.20 | 94% | 2025-03-21 |
| 120. | Jeremy (kaazairl) | 58.91 | 96% | 2024-06-17 |
| 121. | inward (inwardrtmp) | 58.65 | 95% | 2025-02-26 |
| 122. | Maha (neonnex) | 58.43 | 94.9% | 2024-08-31 |
| 123. | David (bigd4316) | 58.40 | 96% | 2025-02-05 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 426 | 63.58 | December 6, 2023 |