mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-24 17:18:37 -05:00
ENH: preclean some warnings
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
cmake_minimum_required (VERSION 2.6)
|
||||
PROJECT(Examples)
|
||||
SUBDIRS(example1 example2)
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
cmake_minimum_required (VERSION 2.6)
|
||||
PROJECT(example1)
|
||||
ADD_EXECUTABLE(example1 example1.cxx)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user