Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README.md | H A D | 25-Apr-2025 | 449 | 6 | 3 | |
generate_solution.cmd | H A D | 25-Apr-2025 | 1.5 KiB | 56 | 46 | |
generate_vs2015.cmd | H A D | 25-Apr-2025 | 130 | 4 | 3 | |
generate_vs2017.cmd | H A D | 25-Apr-2025 | 130 | 4 | 3 | |
generate_vs2019.cmd | H A D | 25-Apr-2025 | 130 | 4 | 3 | |
generate_vs2022.cmd | H A D | 25-Apr-2025 | 130 | 4 | 3 |
README.md
1These scripts will generate Visual Studio Solutions for a selected set of supported versions of MS Visual. 2 3For these scripts to work, both `cmake` and the relevant Visual Studio version must be locally installed on the system where the script is run. 4 5If `cmake` is installed into a non-standard directory, or user wants to test a specific version of `cmake`, the target `cmake` directory can be provided via the environment variable `CMAKE_PATH`. 6