root/juggler/tags/2.0_alpha_2/juggler.cfg

Revision 11839, 0.9 kB (checked in by patrickh, 6 years ago)

Moved the Sonix declaration to be after JCCL to fix an error when
processing this file. I think Ben forgot that he was going to do this.

  • 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    external;  // For Boost, CppDOM, etc.
6    modules/vapor: VPR_CONFIG=vpr-config, VPR_BASE_DIR=instlinks;
7 }
8
9 Tweek
10 {
11    depend VPR;
12    modules/tweek: TWEEK_CONFIG=tweek-config, TWEEK_BASE_DIR=instlinks;
13 }
14
15 JCCL
16 {
17    depend VPR;
18    depend Tweek;
19    modules/jackal: JCCL_CONFIG=jccl-config, JCCL_BASE_DIR=instlinks;
20 }
21
22 // Sonix comes after JCCL since Subsynth (an external dependency of Sonix)
23 // depends on JCCL.  This is a little weird ...
24 Sonix
25 {
26    depend VPR;
27    depend JCCL; // Only indirectly
28    external;  // For GMTL
29    modules/sonix: SNX_CONFIG=sonix-config, SNX_BASE_DIR=instlinks;
30 }
31
32 Gadgeteer
33 {
34    depend JCCL;
35    external;  // For GMTL
36    modules/gadgeteer: GADGETEER_CONFIG=gadgeteer-config, GADGET_BASE_DIR=instlinks;
37 }
38
39 VRJuggler
40 {
41    depend Sonix;
42    depend Gadgeteer;
43    modules/vrjuggler: VRJ_CONFIG=vrjuggler-config, VJ_BASE_DIR=instlinks;
44 }
Note: See TracBrowser for help on using the browser.