CMakeLists.txt 82 B

123
  1. cmake_minimum_required (VERSION 2.6)
  2. PROJECT(Examples)
  3. SUBDIRS(example1 example2)