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

remove AddToFileServer() #76

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jan 31, 2024

  1. mention DefineCAmkESVMFileServer() in readme

    Signed-off-by: Axel Heider <[email protected]>
    Axel Heider committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    60eab85 View commit details
    Browse the repository at this point in the history
  2. CMake: remove AddToFileServer()

    With the new interface of DefineCAmkESVMFileServer() there is not need
    to have AddToFileServer(). CMake lists with files can be built instead
    and then passed to DefineCAmkESVMFileServer().
    
    Signed-off-by: Axel Heider <[email protected]>
    Axel Heider committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    b2072b9 View commit details
    Browse the repository at this point in the history
  3. CMake: remove DeclareCAmkESVMRootServer()

    Remove convenience wrapper, as it is no longer useful.
    
    Signed-off-by: Axel Heider <[email protected]>
    Axel Heider committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    65d4f91 View commit details
    Browse the repository at this point in the history