CMakeLists.txt 82 B

123
  1. cmake_minimum_required (VERSION 2.6)
  2. project(Examples)
  3. subdirs(example1 example2)