CMakeLists.txt 161 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 add_subdirectory(Chapter1) add_subdirectory(Chapter2) add_subdirectory(Chapter3) add_subdirectory(Chapter4) if (NOT WIN32) add_subdirectory(Chapter5) endif()