Skip to content

Commit 8eb308a

Browse files
committed
Updated the addon_config in order to make it work nice with OpenVR being a submodule (and all the 'new' files that are present in its repo).
1 parent 8dade74 commit 8eb308a

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

Diff for: addon_config.mk

+12-5
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ meta:
1818
ADDON_NAME = ofxOpenVR
1919
ADDON_DESCRIPTION = Addon to access VR hardware using the OpenVR API from Valve Software
2020
ADDON_AUTHOR = Hugues Bruyère
21-
ADDON_TAGS = "VR" "OpenVR" "SteamVR"
21+
ADDON_TAGS = "VR" "OpenVR" "SteamVR" "HTC Vive" "Oculus Rift"
2222
ADDON_URL = http://github.com/smallfly/ofxOpenVR
2323

2424
common:
@@ -64,9 +64,16 @@ vs:
6464
ADDON_INCLUDES_EXCLUDE = ..\..\..\addons\ofxOpenVR\libs
6565
ADDON_INCLUDES_EXCLUDE += ..\..\..\addons\ofxOpenVR\libs\OpenVR
6666
ADDON_INCLUDES_EXCLUDE += ..\..\..\addons\ofxOpenVR\libs\OpenVR\bin
67-
ADDON_INCLUDES_EXCLUDE += ..\..\..\addons\ofxOpenVR\libs\OpenVR\bin\win32
68-
ADDON_INCLUDES_EXCLUDE += ..\..\..\addons\ofxOpenVR\libs\OpenVR\bin\win64
67+
ADDON_INCLUDES_EXCLUDE += ..\..\..\addons\ofxOpenVR\libs\OpenVR\bin\%
68+
ADDON_INCLUDES_EXCLUDE += ..\..\..\addons\ofxOpenVR\libs\OpenVR\bin\%
6969
ADDON_INCLUDES_EXCLUDE += ..\..\..\addons\ofxOpenVR\libs\OpenVR\lib
70-
ADDON_INCLUDES_EXCLUDE += ..\..\..\addons\ofxOpenVR\libs\OpenVR\lib\win32
71-
ADDON_INCLUDES_EXCLUDE += ..\..\..\addons\ofxOpenVR\libs\OpenVR\lib\win64
70+
ADDON_INCLUDES_EXCLUDE += ..\..\..\addons\ofxOpenVR\libs\OpenVR\lib\%
71+
ADDON_INCLUDES_EXCLUDE += ..\..\..\addons\ofxOpenVR\libs\OpenVR\lib\%
72+
ADDON_INCLUDES_EXCLUDE += ..\..\..\addons\ofxOpenVR\libs\OpenVR\samples
73+
ADDON_INCLUDES_EXCLUDE += ..\..\..\addons\ofxOpenVR\libs\OpenVR\samples\%
74+
ADDON_INCLUDES_EXCLUDE += ..\..\..\addons\ofxOpenVR\libs\OpenVR\unity_package
75+
ADDON_INCLUDES_EXCLUDE += ..\..\..\addons\ofxOpenVR\libs\OpenVR\unity_package\%
7276

77+
ADDON_SOURCES_EXCLUDE = ..\..\..\addons\ofxOpenVR\libs\OpenVR\samples
78+
ADDON_SOURCES_EXCLUDE += ..\..\..\addons\ofxOpenVR\libs\OpenVR\samples\%
79+

0 commit comments

Comments
 (0)