1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
SOFA_DIR=../../..
TEMPLATE = subdirs
include($${SOFA_DIR}/sofa.cfg)
SUBDIRS += libbase.pro
SUBDIRS += engine
SUBDIRS += forcefield
SUBDIRS += linearsolver
SUBDIRS += mastersolver
SUBDIRS += fem
SUBDIRS += contextobject
SUBDIRS += behaviormodel
SUBDIRS += odesolver
SUBDIRS += visualmodel
SUBDIRS += mass
SUBDIRS += interactionforcefield
SUBDIRS += controller
SUBDIRS += mapping
SUBDIRS += constraint
SUBDIRS += collision
SUBDIRS += misc
SUBDIRS += libcomponent.pro
|