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

Add project install/export in CMakeLists.txt #46

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

Commits on Jun 12, 2021

  1. Add project install/export in CMakeLists.txt

    Signed-off-by: Marc Reilly <[email protected]>
    marc-cpdesign committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    c181965 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. project: cmake: add option to explicity enable/disable building tests

    This allows user/builder to chose whether or not to build the tests.
    The option retains the previous default behaviour, so that tests are
    built if we are a subproject.
    
    Signed-off-by: Marc Reilly <[email protected]>
    marc-cpdesign committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    36fa94a View commit details
    Browse the repository at this point in the history