Update to cmake2.6 + modif to support compatibility with icc
This commit is contained in:
parent
893204f8f1
commit
f2d19ce187
5 changed files with 50 additions and 32 deletions
|
|
@ -4,6 +4,11 @@
|
|||
### 1) Where must cmake go now ?
|
||||
######################################################################################
|
||||
|
||||
SUBDIRS(Lesson1 Lesson2 Lesson3 Lesson4 Lesson5 Lesson6)
|
||||
ADD_SUBDIRECTORY(Lesson1)
|
||||
ADD_SUBDIRECTORY(Lesson2)
|
||||
ADD_SUBDIRECTORY(Lesson3)
|
||||
ADD_SUBDIRECTORY(Lesson4)
|
||||
ADD_SUBDIRECTORY(Lesson5)
|
||||
ADD_SUBDIRECTORY(Lesson6)
|
||||
|
||||
######################################################################################
|
||||
|
|
|
|||
Reference in a new issue