Make sure all source files are listed in CMake

This commit is contained in:
Kenneth Moreland 2018-06-27 10:12:40 +02:00
parent 367ca3e21d
commit 33f1f2dd1d
2 changed files with 3 additions and 0 deletions

@ -84,6 +84,7 @@ set(headers
FieldRangeGlobalCompute.h
ImplicitFunctionHandle.h
MultiBlock.h
PointLocator.h
PointLocatorUniformGrid.h
RuntimeDeviceInformation.h
RuntimeDeviceTracker.h

@ -34,6 +34,8 @@ set(headers
FunctorBase.h
Jacobian.h
ParametricCoordinates.h
PointLocator.h
PointLocatorUniformGrid.h
TaskBase.h
)