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 |
---|---|---|---|---|
6. | Brian (brian4) | 95.50 | 98% | 2025-02-03 |
7. | Kinesis (kinesis_quake) | 89.21 | 98.2% | 2024-01-18 |
8. | KiddieX (emyrr) | 88.05 | 97% | 2024-01-13 |
9. | Tibnel (tonels) | 87.81 | 95% | 2025-06-04 |
10. | better than you (craznevil) | 87.57 | 97% | 2025-01-03 |
11. | leonidas (awsomaw) | 86.20 | 98% | 2025-01-09 |
12. | n685 (nhuang685) | 85.89 | 97% | 2024-11-23 |
13. | Jay (kamikamigod) | 85.30 | 97% | 2025-04-18 |
14. | Jetmode🐊🐍 (botpro) | 84.59 | 95.5% | 2024-04-04 |
15. | bob (ekizs) | 84.50 | 97% | 2024-04-13 |
16. | Lydia (shiruzu) | 83.69 | 99.2% | 2024-04-10 |
17. | Boi (disnoob) | 82.94 | 96% | 2024-01-01 |
18. | sytzez (sytzez) | 82.28 | 98% | 2025-02-15 |
19. | Risan (rhinoceron) | 81.49 | 98% | 2024-12-14 |
20. | carson (n0sr4c) | 81.48 | 98% | 2025-01-31 |
21. | Lego (lamborgotii) | 81.28 | 97% | 2024-01-14 |
22. | silver (gr0ff) | 80.94 | 98% | 2024-02-13 |
23. | SideSky (sidesky) | 80.71 | 97.1% | 2025-01-31 |
24. | (dso093) | 80.10 | 97.1% | 2024-12-29 |
25. | i cant type (o_o_f) | 79.71 | 95% | 2024-04-30 |
26. | vinnypines (nonquitvinnypines) | 79.44 | 95% | 2024-06-04 |
27. | jse (dragoncityjose) | 79.41 | 93.6% | 2024-02-03 |
28. | Quadratic289 (quadr) | 79.10 | 96% | 2024-01-20 |
29. | cole (socol) | 78.93 | 97% | 2024-07-31 |
30. | Chris (cccxxxl) | 78.75 | 97% | 2024-01-21 |
31. | Andy (parkourmaster302) | 77.48 | 96% | 2024-03-17 |
32. | Alex (shoutyman) | 76.32 | 98% | 2024-07-03 |
33. | صبر (morocco01) | 75.72 | 96% | 2024-02-21 |
34. | Ahnaf (ahnaf75) | 74.63 | 98.4% | 2025-02-02 |
35. | Amen [Dvorak-Trainee] (amun) | 74.41 | 96.2% | 2024-06-14 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 426 | 63.58 | December 6, 2023 |