e19d552987
Former-commit-id: 4db48158d3a35497b8f118ab21b5f08ac3d86d98
9 lines
161 B
CMake
9 lines
161 B
CMake
add_subdirectory(Chapter1)
|
|
add_subdirectory(Chapter2)
|
|
add_subdirectory(Chapter3)
|
|
add_subdirectory(Chapter4)
|
|
|
|
if (NOT WIN32)
|
|
add_subdirectory(Chapter5)
|
|
endif()
|