]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
I'm proud to pass the 'CMake dunce cap' on to somebody else :->
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 23 Jun 2014 08:12:40 +0000 (08:12 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 23 Jun 2014 08:12:40 +0000 (08:12 +0000)
git-svn-id: https://svn.dealii.org/trunk@33078 0785d39b-7218-0410-832d-ea1e28bc413d

43 files changed:
deal.II/examples/step-10/CMakeLists.txt
deal.II/examples/step-11/CMakeLists.txt
deal.II/examples/step-12/CMakeLists.txt
deal.II/examples/step-13/CMakeLists.txt
deal.II/examples/step-14/CMakeLists.txt
deal.II/examples/step-15/CMakeLists.txt
deal.II/examples/step-16/CMakeLists.txt
deal.II/examples/step-17/CMakeLists.txt
deal.II/examples/step-18/CMakeLists.txt
deal.II/examples/step-19/CMakeLists.txt
deal.II/examples/step-20/CMakeLists.txt
deal.II/examples/step-21/CMakeLists.txt
deal.II/examples/step-22/CMakeLists.txt
deal.II/examples/step-23/CMakeLists.txt
deal.II/examples/step-24/CMakeLists.txt
deal.II/examples/step-25/CMakeLists.txt
deal.II/examples/step-26/CMakeLists.txt
deal.II/examples/step-27/CMakeLists.txt
deal.II/examples/step-28/CMakeLists.txt
deal.II/examples/step-29/CMakeLists.txt
deal.II/examples/step-30/CMakeLists.txt
deal.II/examples/step-31/CMakeLists.txt
deal.II/examples/step-32/CMakeLists.txt
deal.II/examples/step-33/CMakeLists.txt
deal.II/examples/step-34/CMakeLists.txt
deal.II/examples/step-35/CMakeLists.txt
deal.II/examples/step-36/CMakeLists.txt
deal.II/examples/step-37/CMakeLists.txt
deal.II/examples/step-38/CMakeLists.txt
deal.II/examples/step-39/CMakeLists.txt
deal.II/examples/step-40/CMakeLists.txt
deal.II/examples/step-41/CMakeLists.txt
deal.II/examples/step-42/CMakeLists.txt
deal.II/examples/step-43/CMakeLists.txt
deal.II/examples/step-44/CMakeLists.txt
deal.II/examples/step-45/CMakeLists.txt
deal.II/examples/step-46/CMakeLists.txt
deal.II/examples/step-47/CMakeLists.txt
deal.II/examples/step-48/CMakeLists.txt
deal.II/examples/step-49/CMakeLists.txt
deal.II/examples/step-50/CMakeLists.txt
deal.II/examples/step-51/CMakeLists.txt
deal.II/examples/step-52/CMakeLists.txt

index f0b3d6f96e78bb81405b31bf740c2598590b4371..f0338bb8528585c677c51d6a96a63528d22c636d 100644 (file)
@@ -10,8 +10,8 @@ SET(TARGET "step-10")
 # to add other source files as well. If your project becomes much larger,
 # you may want to either replace the following statement by something like
 #  FILE(GLOB_RECURSE TARGET_SRC  "source/*.cc")
-FI#    LE(GLOB_RECURSE TARGET_INC  "include/*.h")
-SE#    T(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})   
+#  FILE(GLOB_RECURSE TARGET_INC  "include/*.h")
+#  SET(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})
 # or switch altogether to the large project CMakeLists.txt file discussed
 # in the "CMake in user projects" page accessible from the "User info"
 # page of the documentation.
index e727a3ffc828e67306e402f9fa1b1d4e79dbd5d2..bdb705ce834661a234877526c7129c9dceed0c7e 100644 (file)
@@ -10,8 +10,8 @@ SET(TARGET "step-11")
 # to add other source files as well. If your project becomes much larger,
 # you may want to either replace the following statement by something like
 #  FILE(GLOB_RECURSE TARGET_SRC  "source/*.cc")
-FI#    LE(GLOB_RECURSE TARGET_INC  "include/*.h")
-SE#    T(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})   
+#  FILE(GLOB_RECURSE TARGET_INC  "include/*.h")
+#  SET(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})
 # or switch altogether to the large project CMakeLists.txt file discussed
 # in the "CMake in user projects" page accessible from the "User info"
 # page of the documentation.
index 7549bef4421ccfe86c022977e84657abfbef0451..efe7fa552d8e711fafbfbf2b24dd31e673d72bef 100644 (file)
@@ -10,8 +10,8 @@ SET(TARGET "step-12")
 # to add other source files as well. If your project becomes much larger,
 # you may want to either replace the following statement by something like
 #  FILE(GLOB_RECURSE TARGET_SRC  "source/*.cc")
-FI#    LE(GLOB_RECURSE TARGET_INC  "include/*.h")
-SE#    T(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})   
+#  FILE(GLOB_RECURSE TARGET_INC  "include/*.h")
+#  SET(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})
 # or switch altogether to the large project CMakeLists.txt file discussed
 # in the "CMake in user projects" page accessible from the "User info"
 # page of the documentation.
index 7211dc3d304eca63be9b3cfe6c380e620307df14..27115bdae415e7d939825b797acecd90689fc123 100644 (file)
@@ -10,8 +10,8 @@ SET(TARGET "step-13")
 # to add other source files as well. If your project becomes much larger,
 # you may want to either replace the following statement by something like
 #  FILE(GLOB_RECURSE TARGET_SRC  "source/*.cc")
-FI#    LE(GLOB_RECURSE TARGET_INC  "include/*.h")
-SE#    T(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})   
+#  FILE(GLOB_RECURSE TARGET_INC  "include/*.h")
+#  SET(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})
 # or switch altogether to the large project CMakeLists.txt file discussed
 # in the "CMake in user projects" page accessible from the "User info"
 # page of the documentation.
index 5bdba62bfc31b18efabe85406730f99b244387d6..bb4d312a80aca673683aa08c3db699360ad0a022 100644 (file)
@@ -10,8 +10,8 @@ SET(TARGET "step-14")
 # to add other source files as well. If your project becomes much larger,
 # you may want to either replace the following statement by something like
 #  FILE(GLOB_RECURSE TARGET_SRC  "source/*.cc")
-FI#    LE(GLOB_RECURSE TARGET_INC  "include/*.h")
-SE#    T(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})   
+#  FILE(GLOB_RECURSE TARGET_INC  "include/*.h")
+#  SET(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})
 # or switch altogether to the large project CMakeLists.txt file discussed
 # in the "CMake in user projects" page accessible from the "User info"
 # page of the documentation.
index b94a5f25fc8d6bfe21d521eae7940a1f21e1a27c..c7eefe88f5be8f7c615504c7267602c618cd9357 100644 (file)
@@ -10,8 +10,8 @@ SET(TARGET "step-15")
 # to add other source files as well. If your project becomes much larger,
 # you may want to either replace the following statement by something like
 #  FILE(GLOB_RECURSE TARGET_SRC  "source/*.cc")
-FI#    LE(GLOB_RECURSE TARGET_INC  "include/*.h")
-SE#    T(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})   
+#  FILE(GLOB_RECURSE TARGET_INC  "include/*.h")
+#  SET(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})
 # or switch altogether to the large project CMakeLists.txt file discussed
 # in the "CMake in user projects" page accessible from the "User info"
 # page of the documentation.
index 46b24ab68df024fa9273c41bb293e0e76c4210e5..c0a8df85a7754da9151db9a1c1928fdf007a2d42 100644 (file)
@@ -10,8 +10,8 @@ SET(TARGET "step-16")
 # to add other source files as well. If your project becomes much larger,
 # you may want to either replace the following statement by something like
 #  FILE(GLOB_RECURSE TARGET_SRC  "source/*.cc")
-FI#    LE(GLOB_RECURSE TARGET_INC  "include/*.h")
-SE#    T(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})   
+#  FILE(GLOB_RECURSE TARGET_INC  "include/*.h")
+#  SET(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})
 # or switch altogether to the large project CMakeLists.txt file discussed
 # in the "CMake in user projects" page accessible from the "User info"
 # page of the documentation.
index 35c9178fd110446b153b5149d34b1c39b61edeb8..1d7b538b10fe69004c8e58a0c54550c6d5ee57c5 100644 (file)
@@ -10,8 +10,8 @@ SET(TARGET "step-17")
 # to add other source files as well. If your project becomes much larger,
 # you may want to either replace the following statement by something like
 #  FILE(GLOB_RECURSE TARGET_SRC  "source/*.cc")
-FI#    LE(GLOB_RECURSE TARGET_INC  "include/*.h")
-SE#    T(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})   
+#  FILE(GLOB_RECURSE TARGET_INC  "include/*.h")
+#  SET(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})
 # or switch altogether to the large project CMakeLists.txt file discussed
 # in the "CMake in user projects" page accessible from the "User info"
 # page of the documentation.
index cfc3ce67030510cbdcdc40c3b3bcdf8d99858cd3..2729eb7e66a409558140124c21b6668658cf6ef0 100644 (file)
@@ -10,8 +10,8 @@ SET(TARGET "step-18")
 # to add other source files as well. If your project becomes much larger,
 # you may want to either replace the following statement by something like
 #  FILE(GLOB_RECURSE TARGET_SRC  "source/*.cc")
-FI#    LE(GLOB_RECURSE TARGET_INC  "include/*.h")
-SE#    T(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})   
+#  FILE(GLOB_RECURSE TARGET_INC  "include/*.h")
+#  SET(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})
 # or switch altogether to the large project CMakeLists.txt file discussed
 # in the "CMake in user projects" page accessible from the "User info"
 # page of the documentation.
index 499e4465f92ee2214947f625b71ba810dc8ddee1..08cbbf78e00383293117385f7eefee649c64a0cc 100644 (file)
@@ -10,8 +10,8 @@ SET(TARGET "step-19")
 # to add other source files as well. If your project becomes much larger,
 # you may want to either replace the following statement by something like
 #  FILE(GLOB_RECURSE TARGET_SRC  "source/*.cc")
-FI#    LE(GLOB_RECURSE TARGET_INC  "include/*.h")
-SE#    T(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})   
+#  FILE(GLOB_RECURSE TARGET_INC  "include/*.h")
+#  SET(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})
 # or switch altogether to the large project CMakeLists.txt file discussed
 # in the "CMake in user projects" page accessible from the "User info"
 # page of the documentation.
index 607faa7859f9d1d39eb5fc6649ba32f98eacd747..8d1faaef41fcd39caa6bdbbd3804d2029e762e91 100644 (file)
@@ -10,8 +10,8 @@ SET(TARGET "step-20")
 # to add other source files as well. If your project becomes much larger,
 # you may want to either replace the following statement by something like
 #  FILE(GLOB_RECURSE TARGET_SRC  "source/*.cc")
-FI#    LE(GLOB_RECURSE TARGET_INC  "include/*.h")
-SE#    T(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})   
+#  FILE(GLOB_RECURSE TARGET_INC  "include/*.h")
+#  SET(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})
 # or switch altogether to the large project CMakeLists.txt file discussed
 # in the "CMake in user projects" page accessible from the "User info"
 # page of the documentation.
index 8ab39ed523c45f3882ef8801e18bf4ff881349ff..02e74147b6c76a15ec96385dea86aa4ddf6ea9ce 100644 (file)
@@ -10,8 +10,8 @@ SET(TARGET "step-21")
 # to add other source files as well. If your project becomes much larger,
 # you may want to either replace the following statement by something like
 #  FILE(GLOB_RECURSE TARGET_SRC  "source/*.cc")
-FI#    LE(GLOB_RECURSE TARGET_INC  "include/*.h")
-SE#    T(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})   
+#  FILE(GLOB_RECURSE TARGET_INC  "include/*.h")
+#  SET(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})
 # or switch altogether to the large project CMakeLists.txt file discussed
 # in the "CMake in user projects" page accessible from the "User info"
 # page of the documentation.
index 8d0f46105c2960c7ff572f15f302d237c8d22339..6d2d8fcf75c62754f5a6903540bc613b6d483835 100644 (file)
@@ -10,8 +10,8 @@ SET(TARGET "step-22")
 # to add other source files as well. If your project becomes much larger,
 # you may want to either replace the following statement by something like
 #  FILE(GLOB_RECURSE TARGET_SRC  "source/*.cc")
-FI#    LE(GLOB_RECURSE TARGET_INC  "include/*.h")
-SE#    T(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})   
+#  FILE(GLOB_RECURSE TARGET_INC  "include/*.h")
+#  SET(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})
 # or switch altogether to the large project CMakeLists.txt file discussed
 # in the "CMake in user projects" page accessible from the "User info"
 # page of the documentation.
index 6e50439b2fa380a1fb16bc39d262ecf1c376846a..f4c9de6e58bfaad028a2a14a15f573b883bc14b1 100644 (file)
@@ -10,8 +10,8 @@ SET(TARGET "step-23")
 # to add other source files as well. If your project becomes much larger,
 # you may want to either replace the following statement by something like
 #  FILE(GLOB_RECURSE TARGET_SRC  "source/*.cc")
-FI#    LE(GLOB_RECURSE TARGET_INC  "include/*.h")
-SE#    T(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})   
+#  FILE(GLOB_RECURSE TARGET_INC  "include/*.h")
+#  SET(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})
 # or switch altogether to the large project CMakeLists.txt file discussed
 # in the "CMake in user projects" page accessible from the "User info"
 # page of the documentation.
index b2fd3cde970715a8d83e07ba7d8c305ba4a2e178..152d1562855789fd03e37a527f128ec36cac9a5a 100644 (file)
@@ -10,8 +10,8 @@ SET(TARGET "step-24")
 # to add other source files as well. If your project becomes much larger,
 # you may want to either replace the following statement by something like
 #  FILE(GLOB_RECURSE TARGET_SRC  "source/*.cc")
-FI#    LE(GLOB_RECURSE TARGET_INC  "include/*.h")
-SE#    T(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})   
+#  FILE(GLOB_RECURSE TARGET_INC  "include/*.h")
+#  SET(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})
 # or switch altogether to the large project CMakeLists.txt file discussed
 # in the "CMake in user projects" page accessible from the "User info"
 # page of the documentation.
index d5de24eec3df6103c1d3c47a72e72c33b6c14da7..1f8b3650dc974716d05c14d91c6c40b477a6912f 100644 (file)
@@ -10,8 +10,8 @@ SET(TARGET "step-25")
 # to add other source files as well. If your project becomes much larger,
 # you may want to either replace the following statement by something like
 #  FILE(GLOB_RECURSE TARGET_SRC  "source/*.cc")
-FI#    LE(GLOB_RECURSE TARGET_INC  "include/*.h")
-SE#    T(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})   
+#  FILE(GLOB_RECURSE TARGET_INC  "include/*.h")
+#  SET(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})
 # or switch altogether to the large project CMakeLists.txt file discussed
 # in the "CMake in user projects" page accessible from the "User info"
 # page of the documentation.
index 63d0de432663e6380668f8012706443284c5a9b3..a03c536e65deaaf903ce76f7824afb824f038874 100644 (file)
@@ -10,8 +10,8 @@ SET(TARGET "step-26")
 # to add other source files as well. If your project becomes much larger,
 # you may want to either replace the following statement by something like
 #  FILE(GLOB_RECURSE TARGET_SRC  "source/*.cc")
-FI#    LE(GLOB_RECURSE TARGET_INC  "include/*.h")
-SE#    T(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})   
+#  FILE(GLOB_RECURSE TARGET_INC  "include/*.h")
+#  SET(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})
 # or switch altogether to the large project CMakeLists.txt file discussed
 # in the "CMake in user projects" page accessible from the "User info"
 # page of the documentation.
index bcd467d2f74c51ea24e412e44651c6dad9983961..c3ba2fe0352e1bee2d542d2cc240af05d0c366c4 100644 (file)
@@ -10,8 +10,8 @@ SET(TARGET "step-27")
 # to add other source files as well. If your project becomes much larger,
 # you may want to either replace the following statement by something like
 #  FILE(GLOB_RECURSE TARGET_SRC  "source/*.cc")
-FI#    LE(GLOB_RECURSE TARGET_INC  "include/*.h")
-SE#    T(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})   
+#  FILE(GLOB_RECURSE TARGET_INC  "include/*.h")
+#  SET(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})
 # or switch altogether to the large project CMakeLists.txt file discussed
 # in the "CMake in user projects" page accessible from the "User info"
 # page of the documentation.
index c43d7c65fcc4040a43746e17865ea47014b65f23..3c5d8484b02ac6c2b03181a5834459691fc6cfeb 100644 (file)
@@ -10,8 +10,8 @@ SET(TARGET "step-28")
 # to add other source files as well. If your project becomes much larger,
 # you may want to either replace the following statement by something like
 #  FILE(GLOB_RECURSE TARGET_SRC  "source/*.cc")
-FI#    LE(GLOB_RECURSE TARGET_INC  "include/*.h")
-SE#    T(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})   
+#  FILE(GLOB_RECURSE TARGET_INC  "include/*.h")
+#  SET(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})
 # or switch altogether to the large project CMakeLists.txt file discussed
 # in the "CMake in user projects" page accessible from the "User info"
 # page of the documentation.
index a9cf108f0cfc68328323a05384d1cf235337cf13..f534d72fe0262b2635649c75700761a8c22ce3e9 100644 (file)
@@ -10,8 +10,8 @@ SET(TARGET "step-29")
 # to add other source files as well. If your project becomes much larger,
 # you may want to either replace the following statement by something like
 #  FILE(GLOB_RECURSE TARGET_SRC  "source/*.cc")
-FI#    LE(GLOB_RECURSE TARGET_INC  "include/*.h")
-SE#    T(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})   
+#  FILE(GLOB_RECURSE TARGET_INC  "include/*.h")
+#  SET(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})
 # or switch altogether to the large project CMakeLists.txt file discussed
 # in the "CMake in user projects" page accessible from the "User info"
 # page of the documentation.
index 1a7478d27d2828284fe7f668ac6a860d2fe0e030..105f6748bce2c27892252d5cc6cbd1162cc1f6d4 100644 (file)
@@ -10,8 +10,8 @@ SET(TARGET "step-30")
 # to add other source files as well. If your project becomes much larger,
 # you may want to either replace the following statement by something like
 #  FILE(GLOB_RECURSE TARGET_SRC  "source/*.cc")
-FI#    LE(GLOB_RECURSE TARGET_INC  "include/*.h")
-SE#    T(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})   
+#  FILE(GLOB_RECURSE TARGET_INC  "include/*.h")
+#  SET(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})
 # or switch altogether to the large project CMakeLists.txt file discussed
 # in the "CMake in user projects" page accessible from the "User info"
 # page of the documentation.
index 838a6408eca1603cbd98e7f16da38967f1508a0e..a6314d25183772511c10ef029122c9ce5c4281ff 100644 (file)
@@ -10,8 +10,8 @@ SET(TARGET "step-31")
 # to add other source files as well. If your project becomes much larger,
 # you may want to either replace the following statement by something like
 #  FILE(GLOB_RECURSE TARGET_SRC  "source/*.cc")
-FI#    LE(GLOB_RECURSE TARGET_INC  "include/*.h")
-SE#    T(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})   
+#  FILE(GLOB_RECURSE TARGET_INC  "include/*.h")
+#  SET(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})
 # or switch altogether to the large project CMakeLists.txt file discussed
 # in the "CMake in user projects" page accessible from the "User info"
 # page of the documentation.
index 672020b88d2b2dc38a4a7712757e3705311ffaf7..b37c02b324ce265c0b56d28b8d10f6dc8ed5ed59 100644 (file)
@@ -10,8 +10,8 @@ SET(TARGET "step-32")
 # to add other source files as well. If your project becomes much larger,
 # you may want to either replace the following statement by something like
 #  FILE(GLOB_RECURSE TARGET_SRC  "source/*.cc")
-FI#    LE(GLOB_RECURSE TARGET_INC  "include/*.h")
-SE#    T(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})   
+#  FILE(GLOB_RECURSE TARGET_INC  "include/*.h")
+#  SET(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})
 # or switch altogether to the large project CMakeLists.txt file discussed
 # in the "CMake in user projects" page accessible from the "User info"
 # page of the documentation.
index 48d719b9bfec3764b54252d659108835f4f3ef10..7508bed4856c73b988dd2f9efab0a335b2268dba 100644 (file)
@@ -10,8 +10,8 @@ SET(TARGET "step-33")
 # to add other source files as well. If your project becomes much larger,
 # you may want to either replace the following statement by something like
 #  FILE(GLOB_RECURSE TARGET_SRC  "source/*.cc")
-FI#    LE(GLOB_RECURSE TARGET_INC  "include/*.h")
-SE#    T(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})   
+#  FILE(GLOB_RECURSE TARGET_INC  "include/*.h")
+#  SET(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})
 # or switch altogether to the large project CMakeLists.txt file discussed
 # in the "CMake in user projects" page accessible from the "User info"
 # page of the documentation.
index d4d6d24ba9ee3a9d6ea706f3b4a303bf8b49c888..126f19ffe821a5e2a219dfc2ddb34fbb0dd22350 100644 (file)
@@ -10,8 +10,8 @@ SET(TARGET "step-34")
 # to add other source files as well. If your project becomes much larger,
 # you may want to either replace the following statement by something like
 #  FILE(GLOB_RECURSE TARGET_SRC  "source/*.cc")
-FI#    LE(GLOB_RECURSE TARGET_INC  "include/*.h")
-SE#    T(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})   
+#  FILE(GLOB_RECURSE TARGET_INC  "include/*.h")
+#  SET(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})
 # or switch altogether to the large project CMakeLists.txt file discussed
 # in the "CMake in user projects" page accessible from the "User info"
 # page of the documentation.
index 7e24bcdb609e7d654cc8552f241f1d91eb432bdd..0d46e6491971e060913ceed9ba7a90b927726507 100644 (file)
@@ -10,8 +10,8 @@ SET(TARGET "step-35")
 # to add other source files as well. If your project becomes much larger,
 # you may want to either replace the following statement by something like
 #  FILE(GLOB_RECURSE TARGET_SRC  "source/*.cc")
-FI#    LE(GLOB_RECURSE TARGET_INC  "include/*.h")
-SE#    T(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})   
+#  FILE(GLOB_RECURSE TARGET_INC  "include/*.h")
+#  SET(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})
 # or switch altogether to the large project CMakeLists.txt file discussed
 # in the "CMake in user projects" page accessible from the "User info"
 # page of the documentation.
index 56d8259137ea9a6edd7a04b195a5a0b1cc0d65f2..fad3670810bc7251e449f6bf96f994e2ea42f042 100644 (file)
@@ -10,8 +10,8 @@ SET(TARGET "step-36")
 # to add other source files as well. If your project becomes much larger,
 # you may want to either replace the following statement by something like
 #  FILE(GLOB_RECURSE TARGET_SRC  "source/*.cc")
-FI#    LE(GLOB_RECURSE TARGET_INC  "include/*.h")
-SE#    T(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})   
+#  FILE(GLOB_RECURSE TARGET_INC  "include/*.h")
+#  SET(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})
 # or switch altogether to the large project CMakeLists.txt file discussed
 # in the "CMake in user projects" page accessible from the "User info"
 # page of the documentation.
index 1d64d1bf372bfb740a9051c7d28cddd5b4e83e1d..59f0037324f87e26d14b894691eaa42ee1bd885f 100644 (file)
@@ -10,8 +10,8 @@ SET(TARGET "step-37")
 # to add other source files as well. If your project becomes much larger,
 # you may want to either replace the following statement by something like
 #  FILE(GLOB_RECURSE TARGET_SRC  "source/*.cc")
-FI#    LE(GLOB_RECURSE TARGET_INC  "include/*.h")
-SE#    T(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})   
+#  FILE(GLOB_RECURSE TARGET_INC  "include/*.h")
+#  SET(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})
 # or switch altogether to the large project CMakeLists.txt file discussed
 # in the "CMake in user projects" page accessible from the "User info"
 # page of the documentation.
index a3c0dfa443b91315361fdb741f25a065c7e526d6..5017ef870d86f7c826b6e8a33fb11740df44f385 100644 (file)
@@ -10,8 +10,8 @@ SET(TARGET "step-38")
 # to add other source files as well. If your project becomes much larger,
 # you may want to either replace the following statement by something like
 #  FILE(GLOB_RECURSE TARGET_SRC  "source/*.cc")
-FI#    LE(GLOB_RECURSE TARGET_INC  "include/*.h")
-SE#    T(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})   
+#  FILE(GLOB_RECURSE TARGET_INC  "include/*.h")
+#  SET(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})
 # or switch altogether to the large project CMakeLists.txt file discussed
 # in the "CMake in user projects" page accessible from the "User info"
 # page of the documentation.
index 760ca817be0ab8de2a458ef357246f789efaaf1a..7933a4397708743c8cced0b67f644eccaa322cde 100644 (file)
@@ -10,8 +10,8 @@ SET(TARGET "step-39")
 # to add other source files as well. If your project becomes much larger,
 # you may want to either replace the following statement by something like
 #  FILE(GLOB_RECURSE TARGET_SRC  "source/*.cc")
-FI#    LE(GLOB_RECURSE TARGET_INC  "include/*.h")
-SE#    T(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})   
+#  FILE(GLOB_RECURSE TARGET_INC  "include/*.h")
+#  SET(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})
 # or switch altogether to the large project CMakeLists.txt file discussed
 # in the "CMake in user projects" page accessible from the "User info"
 # page of the documentation.
index 19b844fa791c23009f1166a2eec7dd3404978d70..e4a72157b5a1ed6ce34a789255d584c26257c964 100644 (file)
@@ -10,8 +10,8 @@ SET(TARGET "step-40")
 # to add other source files as well. If your project becomes much larger,
 # you may want to either replace the following statement by something like
 #  FILE(GLOB_RECURSE TARGET_SRC  "source/*.cc")
-FI#    LE(GLOB_RECURSE TARGET_INC  "include/*.h")
-SE#    T(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})   
+#  FILE(GLOB_RECURSE TARGET_INC  "include/*.h")
+#  SET(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})
 # or switch altogether to the large project CMakeLists.txt file discussed
 # in the "CMake in user projects" page accessible from the "User info"
 # page of the documentation.
index ab86fc016e8d43d3016043c659b7c3125593f7c1..ac4bc221321f78cbc88fbbdc0759be4ba501a4c7 100644 (file)
@@ -10,8 +10,8 @@ SET(TARGET "step-41")
 # to add other source files as well. If your project becomes much larger,
 # you may want to either replace the following statement by something like
 #  FILE(GLOB_RECURSE TARGET_SRC  "source/*.cc")
-FI#    LE(GLOB_RECURSE TARGET_INC  "include/*.h")
-SE#    T(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})   
+#  FILE(GLOB_RECURSE TARGET_INC  "include/*.h")
+#  SET(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})
 # or switch altogether to the large project CMakeLists.txt file discussed
 # in the "CMake in user projects" page accessible from the "User info"
 # page of the documentation.
index f4ea84fb037e638b74a9959b9820e885ae69903b..911bfe6b6abde8da384d57e6ee7daae485c55bd4 100644 (file)
@@ -10,8 +10,8 @@ SET(TARGET "step-42")
 # to add other source files as well. If your project becomes much larger,
 # you may want to either replace the following statement by something like
 #  FILE(GLOB_RECURSE TARGET_SRC  "source/*.cc")
-FI#    LE(GLOB_RECURSE TARGET_INC  "include/*.h")
-SE#    T(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})   
+#  FILE(GLOB_RECURSE TARGET_INC  "include/*.h")
+#  SET(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})
 # or switch altogether to the large project CMakeLists.txt file discussed
 # in the "CMake in user projects" page accessible from the "User info"
 # page of the documentation.
index 8715502d06fcfa40003daae7c51a12346b513449..71608bb00f17772082ab55c63476ab37b6177127 100644 (file)
@@ -10,8 +10,8 @@ SET(TARGET "step-43")
 # to add other source files as well. If your project becomes much larger,
 # you may want to either replace the following statement by something like
 #  FILE(GLOB_RECURSE TARGET_SRC  "source/*.cc")
-FI#    LE(GLOB_RECURSE TARGET_INC  "include/*.h")
-SE#    T(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})   
+#  FILE(GLOB_RECURSE TARGET_INC  "include/*.h")
+#  SET(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})
 # or switch altogether to the large project CMakeLists.txt file discussed
 # in the "CMake in user projects" page accessible from the "User info"
 # page of the documentation.
index 2a6c116e6e9caf8dedc30cc68b1f0dc5a2d9478d..e4b4d7d670a4e484e9cb7295a321a63e95b61fc6 100644 (file)
@@ -10,8 +10,8 @@ SET(TARGET "step-44")
 # to add other source files as well. If your project becomes much larger,
 # you may want to either replace the following statement by something like
 #  FILE(GLOB_RECURSE TARGET_SRC  "source/*.cc")
-FI#    LE(GLOB_RECURSE TARGET_INC  "include/*.h")
-SE#    T(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})   
+#  FILE(GLOB_RECURSE TARGET_INC  "include/*.h")
+#  SET(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})
 # or switch altogether to the large project CMakeLists.txt file discussed
 # in the "CMake in user projects" page accessible from the "User info"
 # page of the documentation.
index b303ece3afb0786b9fc63952e80b4b4dd356e29d..9f7c179093f95d82afa84578a178a37d5f577828 100644 (file)
@@ -10,8 +10,8 @@ SET(TARGET "step-45")
 # to add other source files as well. If your project becomes much larger,
 # you may want to either replace the following statement by something like
 #  FILE(GLOB_RECURSE TARGET_SRC  "source/*.cc")
-FI#    LE(GLOB_RECURSE TARGET_INC  "include/*.h")
-SE#    T(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})   
+#  FILE(GLOB_RECURSE TARGET_INC  "include/*.h")
+#  SET(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})
 # or switch altogether to the large project CMakeLists.txt file discussed
 # in the "CMake in user projects" page accessible from the "User info"
 # page of the documentation.
index 9a7b61b057789084da38195064f0a6ab56cb26b8..c4e98423319c6135101350feb6d9855ac5725ae4 100644 (file)
@@ -10,8 +10,8 @@ SET(TARGET "step-46")
 # to add other source files as well. If your project becomes much larger,
 # you may want to either replace the following statement by something like
 #  FILE(GLOB_RECURSE TARGET_SRC  "source/*.cc")
-FI#    LE(GLOB_RECURSE TARGET_INC  "include/*.h")
-SE#    T(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})   
+#  FILE(GLOB_RECURSE TARGET_INC  "include/*.h")
+#  SET(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})
 # or switch altogether to the large project CMakeLists.txt file discussed
 # in the "CMake in user projects" page accessible from the "User info"
 # page of the documentation.
index cba47b28884ad720d5dc536ba93fee1e72b2ad5c..1ffa7304e36a8e9cb436423e3b49d4b1d83be5f0 100644 (file)
@@ -10,8 +10,8 @@ SET(TARGET "step-47")
 # to add other source files as well. If your project becomes much larger,
 # you may want to either replace the following statement by something like
 #  FILE(GLOB_RECURSE TARGET_SRC  "source/*.cc")
-FI#    LE(GLOB_RECURSE TARGET_INC  "include/*.h")
-SE#    T(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})   
+#  FILE(GLOB_RECURSE TARGET_INC  "include/*.h")
+#  SET(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})
 # or switch altogether to the large project CMakeLists.txt file discussed
 # in the "CMake in user projects" page accessible from the "User info"
 # page of the documentation.
index 8c849bc7d5efe3e7dbeb38ce760ee14c4013ba80..cee5ade87bd4c99ee5543877f2e6c16c9377088e 100644 (file)
@@ -10,8 +10,8 @@ SET(TARGET "step-48")
 # to add other source files as well. If your project becomes much larger,
 # you may want to either replace the following statement by something like
 #  FILE(GLOB_RECURSE TARGET_SRC  "source/*.cc")
-FI#    LE(GLOB_RECURSE TARGET_INC  "include/*.h")
-SE#    T(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})   
+#  FILE(GLOB_RECURSE TARGET_INC  "include/*.h")
+#  SET(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})
 # or switch altogether to the large project CMakeLists.txt file discussed
 # in the "CMake in user projects" page accessible from the "User info"
 # page of the documentation.
index 6469c2cf322a9214c45de47abfdc6c1b9f00395d..2e902ec9835be9bcce37176be9490388e6fb2a8b 100644 (file)
@@ -10,8 +10,8 @@ SET(TARGET "step-49")
 # to add other source files as well. If your project becomes much larger,
 # you may want to either replace the following statement by something like
 #   FILE(GLOB_RECURSE TARGET_SRC  "source/*.cc")
-F#    ILE(GLOB_RECURSE TARGET_INC  "include/*.h")
-S#    ET(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})  
+#   FILE(GLOB_RECURSE TARGET_INC  "include/*.h")
+#   SET(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})
 # or switch altogether to the large project CMakeLists.txt file discussed
 # in the "CMake in user projects" page accessible from the "User info"
 # page of the documentation.
index 819726cb0e5e8e45ad2d8b8d9768073db3778e0b..8d324630d447303d17e90a83a94f38989a3d933f 100644 (file)
@@ -10,8 +10,8 @@ SET(TARGET "step-50")
 # to add other source files as well. If your project becomes much larger,
 # you may want to either replace the following statement by something like
 #  FILE(GLOB_RECURSE TARGET_SRC  "source/*.cc")
-FI#    LE(GLOB_RECURSE TARGET_INC  "include/*.h")
-SE#    T(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})   
+#  FILE(GLOB_RECURSE TARGET_INC  "include/*.h")
+#  SET(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})
 # or switch altogether to the large project CMakeLists.txt file discussed
 # in the "CMake in user projects" page accessible from the "User info"
 # page of the documentation.
index b50ebadd8a5f2434758ffc0001a3560b71392d06..3f34f9a1e0eef10da72fc1da60d67c9f8b4e5352 100644 (file)
@@ -10,8 +10,8 @@ SET(TARGET "step-51")
 # to add other source files as well. If your project becomes much larger,
 # you may want to either replace the following statement by something like
 #   FILE(GLOB_RECURSE TARGET_SRC  "source/*.cc")
-F#    ILE(GLOB_RECURSE TARGET_INC  "include/*.h")
-S#    ET(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})  
+#   FILE(GLOB_RECURSE TARGET_INC  "include/*.h")
+#   SET(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})
 # or switch altogether to the large project CMakeLists.txt file discussed
 # in the "CMake in user projects" page accessible from the "User info"
 # page of the documentation.
index 3ec123c0e54113929c382ec4e5ba8b40d0803ac6..11618a73e7ed34b79ed75c0a741a6f00bbe97318 100644 (file)
@@ -10,8 +10,8 @@ SET(TARGET "step-52")
 # to add other source files as well. If your project becomes much larger,
 # you may want to either replace the following statement by something like
 #  FILE(GLOB_RECURSE TARGET_SRC  "source/*.cc")
-FI#    LE(GLOB_RECURSE TARGET_INC  "include/*.h")
-SE#    T(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})   
+#  FILE(GLOB_RECURSE TARGET_INC  "include/*.h")
+#  SET(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})
 # or switch altogether to the large project CMakeLists.txt file discussed
 # in the "CMake in user projects" page accessible from the "User info"
 # page of the documentation.

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.