Hi Robert,
I don't pretend to know everything there is to know about Visual
Studio SCC integration, but I have gotten this to work before with a
bit of trial and error, and reverse-engineering the entries visual
studio creates for these properties.
To answer your most recent question, there is no
While waiting on a response I did some experimentation:
set_target_properties(
"${project_name}" PROPERTIES
VS_SCC_LOCALPATH "${CMAKE_SOURCE_DIR}"
VS_SCC_PROJECTNAME "Perforce Project"
VS_SCC_PROVIDER "MSSCCI:Perforce SCM"
)
This seems to work in VS 2003 but the annoying thing is that when I ope
Hey guys,
Our team is running Perforce here at work and I want to setup any Visual
Studio projects generated to use source control bindings for Perforce.
The documentation for VS_SCC_PROJECTNAME, VS_SCC_LOCALPATH, VS_SCC_PROVIDER
is pretty bad and I really have no clue on how to use these. Could