C5T / Current

C++ framework for realtime machine learning.
https://medium.com/dima-korolev/current-for-realtime-machine-learning-4f04aa8ab81a
97 stars 29 forks source link

The first step towards `C5T_DEPS` and more repos under `C5T`. #973

Closed dkorolev closed 6 months ago

dkorolev commented 6 months ago

Learning cmake step by step.

This "development process" is slow because GitHub actions work on the stable branch of upstream.

But this seems to work on my local test.

And: it seems to work both for a header-only repo and for a non-header-only, library, repo!

dkorolev commented 6 months ago

@mzhurovich I'll merge for now to proceed. Post-review pls!

Here is a short & sweet example that works now: https://github.com/dkorolev/example_use_current_with_cmake/commit/d55a7dc23fefd85e1cb1a7e63ca00bc4b3c2247f

dkorolev commented 6 months ago

@mzhurovich -- and here's the cleanest possible example: