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

Next steps with cmake-based builds. #979

Merged
merged 2 commits into from
Mar 29, 2024
Merged

Next steps with cmake-based builds. #979

merged 2 commits into from
Mar 29, 2024

Conversation

dkorolev
Copy link
Member

Incremental improvements with cmake:

  1. Added C5T_NO_GTEST, since it's silly to wait ~8 extra seconds to build "Hello, World!", and
  2. Made lib_* libraries depend on each other, so that they can use each other's functions.

Re. (2) I think dlib_*.cc targets should also depend on all the libraries. But also I am jet lagged, so baby steps.

Thx,
Dima

@dkorolev dkorolev requested a review from mzhurovich March 28, 2024 02:14
@dkorolev dkorolev self-assigned this Mar 28, 2024
@dkorolev
Copy link
Member Author

@mzhurovich I'll merge this in for your post-review, wanna clean up a few examples before going further.

@dkorolev dkorolev merged commit b421106 into C5T:stable Mar 29, 2024
4 checks passed
@dkorolev
Copy link
Member Author

For instance, dkorolev/c5t_trivial_dep_example@9746eef is now under a second for make clean; make.

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.

1 participant