mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 03:59:58 +00:00
1ca93182ad
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)
|