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

Better `current_build_info.h` for `cmake`-based builds. #968

Closed dimacurrentai closed 7 months ago

dimacurrentai commented 7 months ago

Creating the current_build_info.h header inside the respective output directory.

This would unlock concurrent Debug and Release builds, as overwriting the file under the current/ source dir is just wrong.