blob: e42e662a99ade58d913ffc2c10ef3b96e4433716 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
include(RunCMake)
run_cmake(ExplicitCMakeLists)
run_cmake(VsConfigurationType)
run_cmake(VsTargetsFileReferences)
run_cmake(VsCustomProps)
run_cmake(VsDebuggerWorkingDir)
run_cmake(VsDebuggerCommand)
run_cmake(VsCSharpCustomTags)
run_cmake(VsCSharpReferenceProps)
run_cmake(VsCSharpWithoutSources)
|