projectGeneratorSimple
projectGeneratorSimple copied to clipboard
addon data is ignored
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