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

Dependencies in cmake files #46

Closed
dtebbs opened this issue Aug 12, 2019 · 1 comment
Closed

Dependencies in cmake files #46

dtebbs opened this issue Aug 12, 2019 · 1 comment

Comments

@dtebbs
Copy link
Contributor

dtebbs commented Aug 12, 2019

Source file and dependency specifications seem to suffer from a few problems:

  • source files are re-specified for every executable (utility and unit test) which inflates build times
  • some include files and .tcc files are not specified as belonging to any target which means that incremental builds (using Makefiles) are often incomplete.
dtebbs added a commit that referenced this issue Aug 12, 2019
* cmake-tidy:
  create libzeth of common code and clean executable specs  #46
@AntoineRondelet
Copy link
Contributor

Closed as the corresponding PR has been merged.
Thanks for that @dtebbs

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

No branches or pull requests

2 participants