VS: Add test for building MSBuild project in subdir

Add test covering cmGlobalGenerator::GenerateBuildCommand for VS
solutions with MSBuild and building a target defined in a subdirectory
and not part of ALL.
This commit is contained in:
Petr Kmoch
2013-01-03 13:43:42 +01:00
committed by Brad King
parent 3cd4000601
commit 1ca93182ad
3 changed files with 27 additions and 0 deletions
@@ -0,0 +1 @@
add_custom_target(test COMMAND ${CMAKE_COMMAND} -E echo test VERBATIM)