CMakeLists.txt 96 B

123
  1. cmake_minimum_required(VERSION 2.8.10)
  2. project(VSProjectInSubdir NONE)
  3. add_subdirectory(subdir)