• Home
Name Date Size #Lines LOC

..--

README.mdD04-Jul-2025449 63

generate_solution.cmdD04-Jul-20251.5 KiB5646

generate_vs2015.cmdD04-Jul-2025130 43

generate_vs2017.cmdD04-Jul-2025130 43

generate_vs2019.cmdD04-Jul-2025130 43

generate_vs2022.cmdD04-Jul-2025130 43

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