Add lessons.
This commit is contained in:
parent
3345e4dc1d
commit
69dbed6518
9 changed files with 901 additions and 0 deletions
|
|
@ -3,3 +3,18 @@
|
|||
######################################################################################
|
||||
|
||||
add_subdirectory(Lesson1)
|
||||
add_subdirectory(Lesson2)
|
||||
add_subdirectory(Lesson3)
|
||||
add_subdirectory(Lesson4)
|
||||
|
||||
######################################################################################
|
||||
### 0) Install BaseFile for all lessons and data
|
||||
######################################################################################
|
||||
|
||||
install(FILES BaseLesson.h DESTINATION include${INSTALL_SUB_DIR}/smp/tutorial COMPONENT tutorial)
|
||||
|
||||
execute_process(
|
||||
COMMAND ${CMAKE_COMMAND} -E copy_if_different
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/lessonData.dat
|
||||
${CMAKE_CURRENT_BINARY_DIR}/lessonData.dat)
|
||||
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/lessonData.dat DESTINATION share${INSTALL_SUB_DIR}/smp/tutorial COMPONENT tutorial)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue