https://github.com/Kitware/CMake
Revision 2208db114c97f6cd88306507ca917008b8e37d47 authored by Kyle Edwards on 14 October 2020, 19:11:40 UTC, committed by Kyle Edwards on 19 October 2020, 14:25:57 UTC
This demonstrates both the simple string and the complex object,
and ensures that they get automated testing.
1 parent d30f851
Raw File
Tip revision: 2208db114c97f6cd88306507ca917008b8e37d47 authored by Kyle Edwards on 14 October 2020, 19:11:40 UTC
Help: Show multiple ways of doing cacheVariables
Tip revision: 2208db1
.gitignore
# Exclude MacOS Finder files.
.DS_Store

*.user*

*.pyc
Testing
CMakeUserPresets.json

# Visual Studio work directory
.vs/

# Visual Studio Code
.vscode/
back to top