Skip to content

Commit

Permalink
Update file list in cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
rpavlik committed Jun 8, 2019
1 parent 9e06c3f commit b601f48
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion src/KalmanFramework/CMakeLists.txt
Expand Up @@ -3,22 +3,46 @@ set(HEADER_LOCATION "${PROJECT_SOURCE_DIR}/inc/KalmanFramework")
set(API
"${HEADER_LOCATION}/AbsoluteOrientationMeasurement.h"
"${HEADER_LOCATION}/AbsolutePositionMeasurement.h"
"${HEADER_LOCATION}/Angles.h"
"${HEADER_LOCATION}/AngularVelocityMeasurement.h"
"${HEADER_LOCATION}/APIBaseC.h"
"${HEADER_LOCATION}/AugmentedProcessModel.h"
"${HEADER_LOCATION}/AugmentedState.h"
"${HEADER_LOCATION}/ClientReportTypesC.h"
"${HEADER_LOCATION}/ConstantProcess.h"
"${HEADER_LOCATION}/CSVCellGroup.h"
"${HEADER_LOCATION}/CSV.h"
"${HEADER_LOCATION}/EigenExtras.h"
"${HEADER_LOCATION}/EigenFilters.h"
"${HEADER_LOCATION}/EigenInterop.h"
"${HEADER_LOCATION}/EigenQuatExponentialMap.h"
"${HEADER_LOCATION}/ExternalQuaternion.h"
"${HEADER_LOCATION}/ExtractYaw.h"
"${HEADER_LOCATION}/Finally.h"
"${HEADER_LOCATION}/FlexibleKalmanBase.h"
"${HEADER_LOCATION}/FlexibleKalmanCorrect.h"
"${HEADER_LOCATION}/FlexibleKalmanFilter.h"
"${HEADER_LOCATION}/FlexibleUnscentedCorrect.h"
"${HEADER_LOCATION}/MathTypesC.h"
"${HEADER_LOCATION}/MatrixExponentialMap.h"
"${HEADER_LOCATION}/MiniArgsHandling.h"
"${HEADER_LOCATION}/OpenCVVersion.h"
"${HEADER_LOCATION}/OrientationConstantVelocity.h"
"${HEADER_LOCATION}/OrientationState.h"
"${HEADER_LOCATION}/PoseConstantVelocity.h"
"${HEADER_LOCATION}/PoseDampedConstantVelocity.h"
"${HEADER_LOCATION}/PoseSeparatelyDampedConstantVelocity.h"
"${HEADER_LOCATION}/PoseStateExponentialMap.h"
"${HEADER_LOCATION}/PoseState.h"
"${HEADER_LOCATION}/PureVectorState.h")
"${HEADER_LOCATION}/PureVectorState.h"
"${HEADER_LOCATION}/SigmaPointGenerator.h"
"${HEADER_LOCATION}/TimeValueC.h"
"${HEADER_LOCATION}/TimeValue.h"
"${HEADER_LOCATION}/Tracing.h"
"${HEADER_LOCATION}/TypeSafeId.h")
list(APPEND API "${CMAKE_CURRENT_BINARY_DIR}/Export.h")
source_group(API FILES ${API})

set(SOURCES
TimeValueC.cpp)

Expand Down

0 comments on commit b601f48

Please sign in to comment.