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

make DefineCAmkESVMFileServer() more flexible #31

Merged
merged 2 commits into from
May 3, 2023

Commits on Apr 20, 2023

  1. CMake: avoid redundancy

    - Define variables to hold the actual names.
    - Add comments about he steps
    
    Signed-off-by: Axel Heider <[email protected]>
    Axel Heider committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    86db6d8 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. CMake: extend file server functions

    - allow custom type and instance names
    - allow passing files for DefineCAmkESVMFileServer(), this avoids
      calling AddToFileServer()
    - AddToFileServer() becomes just a light wrapper
    - use instance specific name for archive and lib
    - remove the target vm_fserver_config, as it obsolete now
    
    Signed-off-by: Axel Heider <[email protected]>
    Axel Heider committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    27ba1e3 View commit details
    Browse the repository at this point in the history