File: CMakeLists.txt

package info (click to toggle)
cigi-ccl 3.3.3a%2Bsvn818-10
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 7,332 kB
  • sloc: cpp: 62,566; makefile: 541; ruby: 400; ansic: 313; sh: 68
file content (89 lines) | stat: -rw-r--r-- 1,579 bytes parent folder | download | duplicates (2)
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
SET(DUMMYID_HDRS
DefaultProc.h
Network.h
XArtPartCtrl.h
XAtmosCtrl.h
XCelestialCtrl.h
XCollDetSegDef.h
XCollDetVolDef.h
XCompCtrl.h
XConfClampEntityCtrl.h
XEarthModelDef.h
XEntityCtrl.h
XEnvCondReq.h
XEnvRgnCtrl.h
XEventNotification.h
XHatHotReq.h
XIGCtrl.h
XLosSegReq.h
XLosVectReq.h
XMaritimeSurfaceCtrl.h
XMotionTrackCtrl.h
XPostionReq.h
XRateCtrl.h
XSensorCtrl.h
XShortArtPartCtrl.h
XShortCompCtrl.h
XShortSymbolCtrlV3_3.h
XSymbolCircleDefV3_3.h
XSymbolCloneV3_3.h
XSymbolCtrlV3_3.h
XSymbolLineDefV3_3.h
XSymbolSurfaceDefV3_3.h
XSymbolTextDefV3_3.h
XTerrestrialSurfaceCtrl.h
XTrajectory.h
XViewCtrl.h
XViewDef.h
XWaveCtrl.h
XWeatherCtrl.h
)

SET(DUMMYIG_SRCS
DefaultProc.cpp
DummyIG.cpp
Network.cpp
XArtPartCtrl.cpp
XAtmosCtrl.cpp
XCelestialCtrl.cpp
XCollDetSegDef.cpp
XCollDetVolDef.cpp
XCompCtrl.cpp
XConfClampEntityCtrl.cpp
XEarthModelDef.cpp
XEntityCtrl.cpp
XEnvCondReq.cpp
XEnvRgnCtrl.cpp
XEventNotification.cpp
XHatHotReq.cpp
XIGCtrl.cpp
XLosSegReq.cpp
XLosVectReq.cpp
XMaritimeSurfaceCtrl.cpp
XMotionTrackCtrl.cpp
XPostionReq.cpp
XRateCtrl.cpp
XSensorCtrl.cpp
XShortArtPartCtrl.cpp
XShortCompCtrl.cpp
XShortSymbolCtrlV3_3.cpp
XSymbolCircleDefV3_3.cpp
XSymbolCloneV3_3.cpp
XSymbolCtrlV3_3.cpp
XSymbolLineDefV3_3.cpp
XSymbolSurfaceDefV3_3.cpp
XSymbolTextDefV3_3.cpp
XTerrestrialSurfaceCtrl.cpp
XTrajectory.cpp
XViewCtrl.cpp
XViewDef.cpp
XWaveCtrl.cpp
XWeatherCtrl.cpp
)

INCLUDE_DIRECTORIES(../../include)

ADD_EXECUTABLE(CigiDummyIG ${DUMMYIG_HDRS} ${DUMMYIG_SRCS})
TARGET_LINK_LIBRARIES(CigiDummyIG cigicl-shared tinyxml)

INSTALL(TARGETS CigiDummyIG DESTINATION bin)