Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #73, compression selectable at source file level #81

Merged
merged 1 commit into from
Feb 9, 2023

Commits on Feb 9, 2023

  1. Fix nasa#73, compression selectable at source file level

    Adds a cmake option for compression sub-component implementation.  This
    replaces the FM_INCLUDE_DECOMPRESS option in fm_platform_cfg.h.
    
    Currently available options are:
     - fslib (should be equivalent to FM_INCLUDE_DECOMPRESS set)
     - none (should be equivalent to FM_INCLUDE_DECOMPRESS unset)
     - zlib (stub for future work)
    
    This lays the groundwork to support compression in addition to
    decompression, using an external 3rd part library if desired.
    jphickey committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    39d2651 View commit details
    Browse the repository at this point in the history