yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #00662
[svn] r1527 - trunk/pkg/dem
Author: jduriez
Date: 2008-09-25 19:19:57 +0200 (Thu, 25 Sep 2008)
New Revision: 1527
Modified:
trunk/pkg/dem/SConscript
Log:
- Add of the paragraph for the CL1Relationships, which was forgotten, in the corresponding SConscript
Modified: trunk/pkg/dem/SConscript
===================================================================
--- trunk/pkg/dem/SConscript 2008-09-25 15:50:16 UTC (rev 1526)
+++ trunk/pkg/dem/SConscript 2008-09-25 17:19:57 UTC (rev 1527)
@@ -162,6 +162,17 @@
'ParticleParameters',
'InteractionPhysicsMetaEngine']),
+ env.SharedLibrary('CL1Relationships',
+ ['Engine/EngineUnit/CL1Relationships.cpp'],
+ LIBS=env['LIBS']+['SDECLinkPhysics',
+ 'SDECLinkGeometry',
+ 'CL1Interaction',
+ 'SpheresContactGeometry',
+ 'CohesiveFrictionalBodyParameters',
+ 'RigidBodyParameters',
+ 'ParticleParameters',
+ 'InteractionPhysicsMetaEngine']),
+
env.SharedLibrary('ElasticContactLaw',
['Engine/StandAloneEngine/ElasticContactLaw.cpp'],
LIBS=env['LIBS']+['SDECLinkPhysics',
Follow ups