forked from OpenSoaring/OpenSoar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CMakeSource.cmake
73 lines (65 loc) · 1.25 KB
/
CMakeSource.cmake
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
#==============================================================================
### NO LIBRARY: ###
set(Compatibility_SOURCES
Compatibility/fmode.cpp
)
#==============================================================================
set(XCSOAR_LIB_LISTS
Profile # profile.a
Renderer ##??
Widget # libwidget.a
Form # form.a
Look # liblook.a
ui # screen.a
io # io.a
co # libcoroutines
Task # libtask
Airspace
net
system
thread
util
InfoBoxes
Computer
CrossSection
Gauge
Atmosphere
Audio
Blackboard
Dialogs
FLARM
Formatter
Hardware
IGC
Input
Job
Language
Logger
lua
Markers
Menu
Monitor
NMEA
Operation
Plane
Polar
Replay
Repository
TeamCode
Topography
UIUtil
Units
Waypoint
Weather
XML
Device
Dialogs
MapWindow
Tracking
WeGlide # subdirectory off: src/net/client
time
zzip # Attention: this is the internal package, 3rd party lib zzip_3rd
jasper # Attention: this is the internal package, 3rd party lib jasper_3rd
lib
)
list(APPEND XCSOAR_SOURCE_LISTS ${XCSOAR_LIB_LISTS})