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 #135, Add separate CMakeLists.txt for each implementation #148

Merged

Commits on Apr 1, 2020

  1. Fix nasa#135, Add separate CMakeLists.txt for each implementation

    Do not use aux_source_directory to assemble a list of source files.
    Instead, put a proper CMakeLists.txt file in each implementation
    and build the implementation separately from the shared/common parts.
    
    In addition to avoiding the aux_source_directory this allows PSP-specific
    compile definitions to be set on a per-implementation basis because
    it is defined separately.
    jphickey committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    34bd181 View commit details
    Browse the repository at this point in the history