You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ofxAddon instructions provides a location and behaviour for addon data which should be copied to project bin/data directories, and addon_config.mk has ADDON_DATA for same. Both are effectively ignored by the project generator.
ofAddon should gain a member variable for data files parsed from the addon filesystem
ofAddon::fromFS() should populate the new variable
baseProject should gain a member function to copy addon data files to a project's data folder
baseProject::addAddon() should use the member variables populated from the filesystem and addon_config.mk to copy files using the new function
The text was updated successfully, but these errors were encountered:
ofxAddon instructions provides a location and behaviour for addon data which should be copied to project bin/data directories, and addon_config.mk has
ADDON_DATA
for same. Both are effectively ignored by the project generator.ofAddon
should gain a member variable for data files parsed from the addon filesystemofAddon::fromFS()
should populate the new variablebaseProject
should gain a member function to copy addon data files to a project's data folderbaseProject::addAddon()
should use the member variables populated from the filesystem and addon_config.mk to copy files using the new functionThe text was updated successfully, but these errors were encountered: