Loading src/TNL/Communicators/CMakeLists.txt +1 −1 Original line number Diff line number Diff line SET( headers MpiCommunicator.h NoDistrCommunicator.h ) INSTALL( FILES ${headers} DESTINATION include/tnl-${tnlVersion}/TNL/Communicators ) INSTALL( FILES ${headers} DESTINATION ${TNL_TARGET_INCLUDE_DIRECTORY}/Communicators ) src/TNL/Meshes/DistributedMeshes/CMakeLists.txt +2 −1 Original line number Diff line number Diff line SET( headers DistributedMesh.h SET( headers BufferEntitiesHelper.h DistributedMesh.h DistributedMeshSynchronizer.h DistributedGrid_1D.h DistributedGrid_2D.h Loading Loading
src/TNL/Communicators/CMakeLists.txt +1 −1 Original line number Diff line number Diff line SET( headers MpiCommunicator.h NoDistrCommunicator.h ) INSTALL( FILES ${headers} DESTINATION include/tnl-${tnlVersion}/TNL/Communicators ) INSTALL( FILES ${headers} DESTINATION ${TNL_TARGET_INCLUDE_DIRECTORY}/Communicators )
src/TNL/Meshes/DistributedMeshes/CMakeLists.txt +2 −1 Original line number Diff line number Diff line SET( headers DistributedMesh.h SET( headers BufferEntitiesHelper.h DistributedMesh.h DistributedMeshSynchronizer.h DistributedGrid_1D.h DistributedGrid_2D.h Loading