From 9e44ac50b84dbce0e04907999ff0f33e69f583bc Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Thu, 24 Oct 2024 06:34:54 +0100 Subject: [PATCH] Install missing headers (#84) --- OndselSolver/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OndselSolver/CMakeLists.txt b/OndselSolver/CMakeLists.txt index 9872fd1..6836e72 100644 --- a/OndselSolver/CMakeLists.txt +++ b/OndselSolver/CMakeLists.txt @@ -347,6 +347,7 @@ set(ONDSELSOLVER_HEADERS ASMTAngleJoint.h ASMTAnimationParameters.h ASMTAssembly.h + ASMTAtPointJoint.h ASMTCompoundJoint.h ASMTConstantGravity.h ASMTConstantVelocityJoint.h @@ -358,6 +359,7 @@ set(ONDSELSOLVER_HEADERS ASMTForceTorque.h ASMTGearJoint.h ASMTGeneralMotion.h + ASMTInLineJoint.h ASMTInPlaneJoint.h ASMTItem.h ASMTItemIJ.h