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.
34 lines
656 B
34 lines
656 B
set(SRCS
|
|
debug.cpp
|
|
vtr.cc
|
|
cvtr.cc
|
|
quadrature.cc
|
|
tensor.cc
|
|
densemat.cc
|
|
array.cc
|
|
register.cc
|
|
clipper.cc
|
|
gpc.cc
|
|
vtkwriter.cc
|
|
)
|
|
set(HDRS
|
|
rapidcsv.h
|
|
fftw3.h
|
|
quadrature.h
|
|
debug.hpp
|
|
densemat.h
|
|
cvtr.h
|
|
vtr.h
|
|
array.h
|
|
register.h
|
|
clipper.h
|
|
gpc.h
|
|
vtkwriter.h
|
|
cxxtimer.hpp
|
|
cuda_utils.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) |