added CMake configuration files

This commit is contained in:
tlegrand 2007-08-10 14:29:12 +00:00
commit 89047a3db6
25 changed files with 2514 additions and 0 deletions

View file

@ -0,0 +1,9 @@
######################################################################################
### 1) Where must cmake go now ?
######################################################################################
SUBDIRS(Lesson1 Lesson2 Lesson3 Lesson4 Lesson5)
######################################################################################