mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-26 04:09:35 +03:00
Add test covering cmGlobalGenerator::GenerateBuildCommand for VS solutions with MSBuild and building a target defined in a subdirectory and not part of ALL.
4 lines
96 B
CMake
4 lines
96 B
CMake
cmake_minimum_required(VERSION 2.8.10)
|
|
project(VSProjectInSubdir NONE)
|
|
add_subdirectory(subdir)
|