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)