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

Added command line options, to avoid having to build tests, examples … #123

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jochemste
Copy link

…and gtest.

Using this project as a submodule in CMake, it is not always needed to build the tests and examples. Adding 'option' allows easier enabling/disabling of building these subdirectories. Default is ON, so as not to break anything existing.

Now you can include the project using CMake, like so:

  # Add fff to the build
  set(FFF_BUILD_TEST OFF)
  message("Running on the lib/fff directory")
  add_subdirectory(path/to/fff)

…and gtest.

Using this project as a submodule in CMake, it is not always needed to build the tests and examples. Adding 'option' allows easier enabling/disabling of building these subdirectories. Default is ON, so as not to break anything existing.

Signed-off-by: jochemste <jochemstevense@protonmail.com>
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.

None yet

1 participant