cmake-rs
cmake-rs copied to clipboard
fix: the cmake run command
trafficstars
1. Use the -S option to specify the source directory
2. Use the -B option to specify the build directory
3. If no target is specified, the build command does
not know the specific target
4. Add an install instruction at the end
fix(cmake): fix the install command error
1. The last installation instruction, in the case
of mul-config, will cause an error and require
the addition of the parameter --config 'build_type'
2. The penultimate build instruction used an error
in --config, which may cause the profile and
build_type to be unequal