File: LML.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 (48 lines) | stat: -rw-r--r-- 928 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
41
42
43
44
45
46
47
48
#
# load.pro
# 

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

TARGET = load$$LIBSUFFIX
TEMPLATE = lib
CONFIG += $$CONFIGLIBRARIES
LIBS *= $$SOFA_EXT_LIBS
LIBS -= -lload$$LIBSUFFIX

# --------------- Sources --------------------
SOURCES += Force.cpp \
           ForceUnit.cpp \
           Load.cpp \
           Loads.cpp \
           PressureUnit.cpp \
           RotationUnit.cpp \
           TargetList.cpp \
           Translation.cpp \
           TranslationUnit.cpp \
           ValueEvent.cpp \
	     XMLLoads.cpp \



HEADERS += Direction.h \
           Force.h \
           ForceUnit.h \
           Load.h \
           Loads.h \
	   LoadsVersion.h \
           Pressure.h \
           PressureUnit.h \
           Rotation.h \
           RotationUnit.h \
           TargetList.h \
           Translation.h \
           TranslationUnit.h \
           Unit.h \
           ValueEvent.h \
	     XMLLoads.h \
		xmlio.h