Skip to content

Commit

Permalink
add missing sources to CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianinsaval committed Nov 29, 2023
1 parent 3952f45 commit 4a667a8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ set(ONDSELSOLVER_SRC
OndselSolver/SphSphJoint.cpp
OndselSolver/StableBackwardDifference.cpp
OndselSolver/StateData.cpp
OndselSolver/StepFunction.cpp
OndselSolver/Sum.cpp
OndselSolver/Symbolic.cpp
OndselSolver/SymbolicParser.cpp
Expand Down Expand Up @@ -320,8 +321,10 @@ set(ONDSELSOLVER_HEADERS
OndselSolver/FullVector.h
OndselSolver/RowTypeMatrix.h
OndselSolver/FullRow.h
OndselSolver/FullRow.ref.h
OndselSolver/FullColumn.h
OndselSolver/FullMatrix.h
OndselSolver/FullMatrix.ref.h
OndselSolver/Abs.h
OndselSolver/AbsConstraint.h
OndselSolver/AccICKineNewtonRaphson.h
Expand Down Expand Up @@ -397,6 +400,7 @@ set(ONDSELSOLVER_HEADERS
OndselSolver/CylindricalJoint.h
OndselSolver/CylSphJoint.h
OndselSolver/DiagonalMatrix.h
OndselSolver/DiagonalMatrix.ref.h
OndselSolver/DifferenceOperator.h
OndselSolver/DifferentiatedGeneralSpline.h
OndselSolver/DirectionCosineConstraintIJ.h
Expand Down Expand Up @@ -452,6 +456,7 @@ set(ONDSELSOLVER_HEADERS
OndselSolver/EulerArray.h
OndselSolver/EulerConstraint.h
OndselSolver/EulerParameters.h
OndselSolver/EulerParameters.ref.h
OndselSolver/EulerParametersDDot.h
OndselSolver/EulerParametersDot.h
OndselSolver/Exponential.h
Expand Down Expand Up @@ -487,6 +492,7 @@ set(ONDSELSOLVER_HEADERS
OndselSolver/IndependentVariable.h
OndselSolver/InLineJoint.h
OndselSolver/InPlaneJoint.h
OndselSolver/Integral.h
OndselSolver/Integrator.h
OndselSolver/IntegratorInterface.h
OndselSolver/Item.h
Expand Down Expand Up @@ -515,6 +521,7 @@ set(ONDSELSOLVER_HEADERS
OndselSolver/MBDynBody.h
OndselSolver/MBDynControlData.h
OndselSolver/MBDynData.h
OndselSolver/MBDynDrive.h
OndselSolver/MBDynElement.h
OndselSolver/MBDynInitialValue.h
OndselSolver/MBDynItem.h
Expand All @@ -539,9 +546,11 @@ set(ONDSELSOLVER_HEADERS
OndselSolver/Part.h
OndselSolver/PartFrame.h
OndselSolver/PerpendicularJoint.h
OndselSolver/PiecewiseFunction.h
OndselSolver/PlanarJoint.h
OndselSolver/PointInLineJoint.h
OndselSolver/PointInPlaneJoint.h
OndselSolver/Polynomial.h
OndselSolver/PosICKineNewtonRaphson.h
OndselSolver/PosICNewtonRaphson.h
OndselSolver/PosKineNewtonRaphson.h
Expand All @@ -555,6 +564,7 @@ set(ONDSELSOLVER_HEADERS
OndselSolver/RackPinConstraintIqcJc.h
OndselSolver/RackPinConstraintIqcJqc.h
OndselSolver/RackPinJoint.h
OndselSolver/RampStepFunction.h
OndselSolver/Reciprocal.h
OndselSolver/RedundantConstraint.h
OndselSolver/resource.h
Expand All @@ -577,6 +587,7 @@ set(ONDSELSOLVER_HEADERS
OndselSolver/SphSphJoint.h
OndselSolver/StableBackwardDifference.h
OndselSolver/StateData.h
OndselSolver/StepFunction.h
OndselSolver/Sum.h
OndselSolver/Symbolic.h
OndselSolver/SymbolicParser.h
Expand Down

0 comments on commit 4a667a8

Please sign in to comment.