Browse Source

Add addons.make for non-rpi platforms for CI

master
Krisjanis Rijnieks 7 years ago
parent
commit
c88a50ad88
  1. 3
      example_basic/addons.make.norpi
  2. 3
      example_camera/addons.make.norpi
  3. 3
      example_fbo-sources/addons.make.norpi
  4. 3
      example_gamepad/addons.make.norpi
  5. 3
      example_pocketvj/addons.make.norpi
  6. 5
      example_remote-client/addons.make.norpi
  7. 6
      example_remote-server/addons.make.norpi
  8. 3
      example_simpler/addons.make.norpi

3
example_basic/addons.make.norpi

@ -0,0 +1,3 @@
ofxGui
ofxPiMapper
ofxXmlSettings

3
example_camera/addons.make.norpi

@ -0,0 +1,3 @@
ofxGui
ofxPiMapper
ofxXmlSettings

3
example_fbo-sources/addons.make.norpi

@ -0,0 +1,3 @@
ofxGui
ofxPiMapper
ofxXmlSettings

3
example_gamepad/addons.make.norpi

@ -0,0 +1,3 @@
ofxGui
ofxPiMapper
ofxXmlSettings

3
example_pocketvj/addons.make.norpi

@ -0,0 +1,3 @@
ofxGui
ofxPiMapper
ofxXmlSettings

5
example_remote-client/addons.make.norpi

@ -0,0 +1,5 @@
ofxGui
ofxJSON
ofxNetwork
ofxPiMapper
ofxXmlSettings

6
example_remote-server/addons.make.norpi

@ -0,0 +1,6 @@
ofxGui
ofxJSON
ofxNetwork
ofxOpenCv
ofxPiMapper
ofxXmlSettings

3
example_simpler/addons.make.norpi

@ -0,0 +1,3 @@
ofxGui
ofxPiMapper
ofxXmlSettings
Loading…
Cancel
Save