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

Refactor cmake project #28

Merged
merged 6 commits into from
Nov 9, 2020

Conversation

egor-spk
Copy link
Contributor

@egor-spk egor-spk commented Nov 6, 2020

This pull request add several improvements:

  • optional build of unit test target;
  • optional use of system generator;
  • optional use of span from std;
  • install step;
  • adding to another cmake project via add_subdirectory;
  • adding to another cmake project via the include directive
  • adding to another cmake project via find_package.

Added ability to add as a dependency to another cmake project via add_subdirectory
- Added the ability to use span from std when standard 20 is enabled.
- Previous catch version didn't work with 20 standard.
@mariusbancila mariusbancila merged commit 1b74bbc into mariusbancila:master Nov 9, 2020
@egor-spk egor-spk deleted the refactor-cmake-project branch November 9, 2020 09:29
@egor-spk egor-spk restored the refactor-cmake-project branch November 9, 2020 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants