mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 05:11:15 -06: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)
|