ADD_SUBDIRECTORY(common/expand_instantiations)
#ADD_SUBDIRECTORY(contrib)
-INCLUDE(${CMAKE_SOURCE_DIR}/contrib/cmake/Macros/macro_expand_instantiations.cmake)
+INCLUDE(${CMAKE_SOURCE_DIR}/contrib/cmake/macros/macro_expand_instantiations.cmake)
ADD_SUBDIRECTORY(include)
ADD_SUBDIRECTORY(source)
FOREACH (inst_in_file ${inst_in_files})
STRING(REGEX REPLACE "\\.in$" "" inst_file "${inst_in_file}" )
- ADD_CUSTOM_COMMAND (
+ ADD_CUSTOM_COMMAND(
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${inst_file}
DEPENDS expand_instantiations
${CMAKE_CURRENT_SOURCE_DIR}/${inst_in_file}
mesh_worker.cc
mesh_worker_info.cc
mesh_worker_vector_selector.cc
- operator.cc
+ dof_output_operator.cc
point_value_history.cc
solution_transfer.cc
time_dependent.cc
matrix_free.inst.in
mesh_worker_info.inst.in
mesh_worker_vector_selector.inst.in
- operator.inst.in
+ dof_output_operator.inst.in
point_value_history.inst.in
solution_transfer.inst.in
time_dependent.inst.in
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