Difference between revisions of "Cmake"
Jump to navigation
Jump to search
(Creating local neela wiki page to hold notes regarding `cmake` compiling utility.) |
m |
||
| Line 1: | Line 1: | ||
2021-08-06 | 2021-08-06 | ||
| − | + | Starting a page for <code>cmake</code> notes here. Links to cmake site: | |
| + | <ul> | ||
* https://cmake.org/overview/ | * https://cmake.org/overview/ | ||
| − | * https://cmake.org/examples/ | + | * https://cmake.org/examples/ . . . very limited, need other resources |
| + | </ul> | ||
| + | Longer guides: | ||
| + | <ul> | ||
| + | * https://cmake.org/cmake/help/v3.21/ | ||
| + | </ul> | ||
Revision as of 19:45, 6 August 2021
2021-08-06
Starting a page for cmake notes here. Links to cmake site:
- https://cmake.org/overview/
- https://cmake.org/examples/ . . . very limited, need other resources
Longer guides: