File: projects.pro

package info (click to toggle)
sofa-framework 1.0~beta4-12
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 88,828 kB
  • ctags: 27,300
  • sloc: cpp: 151,126; ansic: 2,387; xml: 581; sh: 417; makefile: 68
file content (40 lines) | stat: -rw-r--r-- 636 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
SOFA_DIR=../..
TEMPLATE = subdirs

include($${SOFA_DIR}/sofa.cfg)
CONFIG -= ordered

SUBDIRS += runSofa
SUBDIRS += meshconv
SUBDIRS += generateDoc
SUBDIRS += GenerateRigid

 
SUBDIRS += Modeler
!contains (DEFINES, SOFA_GUI_QTVIEWER) {
	!contains (DEFINES, SOFA_GUI_QGLVIEWER) {
		!contains (DEFINES, SOFA_GUI_QTOGREVIEWER) {
			SUBDIRS -= Modeler
		}
	}
}

contains (DEFINES, SOFA_GPU_CUDA) {
	SUBDIRS += sofaCUDA
}

contains(DEFINES, SOFA_HAVE_FLOWVR){
	SUBDIRS += SofaFlowVR
}

contains(DEFINES, SOFA_HAVE_SENSABLE){
	SUBDIRS += SensAble
}

contains(DEFINES, SOFA_HAVE_CHAI3D){
	SUBDIRS += Haptic
}


!include(projects-local.cfg) {
}