CMake/Tests/VSProjectInSubdir/CMakeLists.txt
Petr Kmoch 1ca93182ad 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.
2013-04-12 11:35:36 -04:00

4 lines
96 B
CMake

cmake_minimum_required(VERSION 2.8.10)
project(VSProjectInSubdir NONE)
add_subdirectory(subdir)