Skip to content

Instantly share code, notes, and snippets.

View martinfuchs's full-sized avatar

martin fuchs martinfuchs

View GitHub Profile
@martinfuchs
martinfuchs / addon_config.mk
Last active August 29, 2015 14:05
ofxDepthKit addon_config.mk
# All variables and this file are optional, if they are not present the PG and the
# makefiles will try to parse the correct values from the file system.
#
# Variables that specify exclusions can use % as a wildcard to specify that anything in
# that position will match. A partial path can also be specified to, for example, exclude
# a whole folder from the parsed paths from the file system
#
# Variables can be specified using = or +=
# = will clear the contents of that variable both specified from the file or the ones parsed
# from the file system
@martinfuchs
martinfuchs / addon_config.mk
Created August 19, 2014 13:52
ofxOpenNI addon_config.mk
# All variables and this file are optional, if they are not present the PG and the
# makefiles will try to parse the correct values from the file system.
#
# Variables that specify exclusions can use % as a wildcard to specify that anything in
# that position will match. A partial path can also be specified to, for example, exclude
# a whole folder from the parsed paths from the file system
#
# Variables can be specified using = or +=
# = will clear the contents of that variable both specified from the file or the ones parsed
# from the file system