# #
###########################################################################
+IF(DEAL_II_HAVE_BUNDLED_DIRECTORY)
+ ADD_SUBDIRECTORY(bundled)
+ENDIF()
+
ADD_SUBDIRECTORY(cmake/scripts)
ADD_SUBDIRECTORY(include)
-IF(DEAL_II_HAVE_BUNDLED_DIRECTORY)
- ADD_SUBDIRECTORY(bundled)
+IF(DEAL_II_HAVE_DOC_DIRECTORY)
+ ADD_SUBDIRECTORY(doc)
ENDIF()
ADD_SUBDIRECTORY(source)
ADD_SUBDIRECTORY(contrib) # has to be included after source
-IF(DEAL_II_HAVE_DOC_DIRECTORY)
- ADD_SUBDIRECTORY(doc)
-ENDIF()
-
ADD_SUBDIRECTORY(examples)
#
${CMAKE_SOURCE_DIR}/include/
)
-# list the directories where we have source files. the ones with the longest
+#
+# List the directories where we have source files. the ones with the longest
# compile jobs come first so that 'make -j N' saturates many processors also
# towards the end of compiling rather than having to wait for one long
# compilation that, because it has been listed last, is started towards the
# end of everything (e.g. numerics/vectors.cc takes several minutes to
# compile...)
+#
ADD_SUBDIRECTORY(numerics)
ADD_SUBDIRECTORY(fe)
ADD_SUBDIRECTORY(dofs)
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