This repository serve as a backup for my Maxwell-TD code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

40 lines
806 B

set(SRCS
basis.cc
bc.cc
coord.cc
edge.cc
face.cc
kernels.cu
OutputSurfMesh.cc
Octree.cc
femgrp.cc
material.cc
MeshPartition_METIS5.cc
node.cc
plane_wave_mesh.cc
tetra.cc
portmesh.cc
)
set(HDRS
bc.h
coord.h
edge.h
face.h
kernels.cuh
OutputSurfMesh.h
Octree.h
femgrp.h
material.h
MeshPartition_METIS5.h
node.h
partition.h
plane_wave_mesh.h
tetra.h
tetra_MatNew.h
portmesh.h
)
convert_filenames_to_full_paths(SRCS)
convert_filenames_to_full_paths(HDRS)
set(SOURCES ${SOURCES} ${SRCS} PARENT_SCOPE)
set(HEADERS ${HEADERS} ${HDRS} PARENT_SCOPE)