root/juggler/tags/1.1_dr_1/juggler.cfg

Revision 9250, 1.2 kB (checked in by patrickh, 6 years ago)

Bug fixed: Modules depending on Tweek could not find tweek-config.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 Default: VRJuggler
2
3 VPR
4 {
5    modules/vapor: VPR_CONFIG=vpr-config, VPR_BASE_DIR=instlinks;
6    external;  // For Boost
7 }
8
9 Sonix
10 {
11    depend VPR;
12    modules/sonix: SNX_CONFIG=sonix-config, SNX_BASE_DIR=install-clone;
13    external;  // For GMTL
14 }
15
16 JCCL
17 {
18    depend VPR;
19    modules/jackal: JCCL_CONFIG=jccl-config, JCCL_BASE_DIR=instlinks;
20    external;  // For CppDOM
21 }
22
23 Gadgeteer
24 {
25    depend JCCL;
26    modules/gadgeteer: GADGETEER_CONFIG=gadgeteer-config, GADGET_BASE_DIR=instlinks;
27    external;  // For GMTL
28 }
29
30 VRJuggler
31 {
32    depend Gadgeteer;
33    modules/vrjuggler: VRJ_CONFIG=vrjuggler-config, VJ_BASE_DIR=instlinks;
34 }
35
36 VRJuggler+Sonix
37 {
38    depend Sonix;
39    depend VRJuggler;
40 }
41
42 Tweek
43 {
44    depend VPR;
45    modules/tweek: TWEEK_CONFIG=tweek-config, TWEEK_BASE_DIR=instlinks;
46 }
47
48 Plexus
49 {
50    depend VPR;
51    modules/plexus: PLEXUS_CONFIG=plexus-config, PLX_BASE_DIR=instlinks;
52 }
53
54 Plexus+Tweek
55 {
56    depend Tweek;
57    modules/plexus: PLEXUS_CONFIG=plexus-config, PLX_BASE_DIR=instlinks;
58 }
59
60 DSO
61 {
62    depend Plexus;
63    modules/dso: DSO_BASE_DIR=instlinks;
64 }
65
66 DSO+Tweek
67 {
68    depend Plexus+Tweek;
69    modules/dso: DSO_BASE_DIR=instlinks;
70 }
71
72 VRJuggler+DSO
73 {
74    depend VRJuggler;
75    depend DSO;
76 }
Note: See TracBrowser for help on using the browser.