If there’s an MSBuild target, you can access it via cmake --build . -- -MSBuildFlag
. Otherwise, that does not look like a target CMake would know about to me.
1 Like
If there’s an MSBuild target, you can access it via cmake --build . -- -MSBuildFlag
. Otherwise, that does not look like a target CMake would know about to me.