Added basic CMake file
This commit is contained in:
parent
c28be053cc
commit
5b734537f6
1 changed files with 9 additions and 0 deletions
9
eo/Tutorial/CMakeLists.txt
Normal file
9
eo/Tutorial/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
######################################################################################
|
||||||
|
### 1) Where must cmake go now ?
|
||||||
|
######################################################################################
|
||||||
|
|
||||||
|
SUBDIRS(Lesson1 Lesson2 Lesson3 Lesson4 Lesson5)
|
||||||
|
|
||||||
|
######################################################################################
|
||||||
Reference in a new issue