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
The CMake scripts need a general cleanup. Some file-lists could probably be made into pattern-matched lists.
Do we need to continue to build static/dynamic libraries for apto and avida-core? Emscripten requires that we use cmake's not-really-a-library "object library" to avoid name collisions within traditional binary library archives.
Consider moving back to dynamic libraries instead of pseduo-libraries as an alternative to the above. Emscripten can apparently handle these as opposed to the older static (*.a) libraries.
The text was updated successfully, but these errors were encountered: