Migration from SVN
This commit is contained in:
parent
d7d6c3a217
commit
8cd56f37db
29069 changed files with 0 additions and 4096888 deletions
33
mo/tutorial/Lesson6/CMakeLists.txt
Normal file
33
mo/tutorial/Lesson6/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
# Lesson 6
|
||||
|
||||
######################################################################################
|
||||
### 0) Define files
|
||||
######################################################################################
|
||||
|
||||
set(files
|
||||
adaptiveWalks
|
||||
autocorrelation
|
||||
densityOfStates
|
||||
fdc
|
||||
fitnessCloud
|
||||
neutralDegree
|
||||
neutralWalk
|
||||
sampling
|
||||
testMetropolisHasting
|
||||
testRandomNeutralWalk
|
||||
testRandomWalk
|
||||
)
|
||||
|
||||
######################################################################################
|
||||
### 1) Create the lesson
|
||||
######################################################################################
|
||||
|
||||
add_lesson(mo Lesson6 "${files}")
|
||||
|
||||
######################################################################################
|
||||
### 2) Include dependencies
|
||||
######################################################################################
|
||||
|
||||
include_directories(${EO_SRC_DIR}/src
|
||||
${MO_SRC_DIR}/src
|
||||
${PROBLEMS_SRC_DIR})
|
||||
Loading…
Add table
Add a link
Reference in a new issue