Raw File
cmake_minimum_required(VERSION 2.8.10)
project(VSProjectInSubdir NONE)
add_subdirectory(subdir)
back to top