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

Extending the `cmake`-based Current build. #966

Closed dkorolev closed 7 months ago

dkorolev commented 7 months ago

Hi @mzhurovich !

Keeping my inner nerd happy one commit at a time.

PS: As with the last cmake-related change, I've temporarily pointed the test script to my branch. Will flip back once this is merged.

dkorolev commented 7 months ago

Note to self. Local test run command:

rm -rf current_test_cmake/
mkdir -p current_test_cmake/a/b/c/d/e/f
(cd current_test_cmake/a/b/c/d/e/f; wget https://raw.githubusercontent.com/dkorolev/Current/current_build_autogen_header_for_cmake/cmake/Makefile)
(cd current_test_cmake/a/b/c/d/e/f; wget https://raw.githubusercontent.com/dkorolev/Current/current_build_autogen_header_for_cmake/cmake/CMakeLists.txt)
(cd current_test_cmake/a/b/c/d/e/f; wget https://raw.githubusercontent.com/dkorolev/Current/current_build_autogen_header_for_cmake/cmake/run-cmake-test.sh)
(cd current_test_cmake/a/b/c/d/e/f; chmod +x run-cmake-test.sh; ./run-cmake-test.sh)
dkorolev commented 7 months ago

TODO(dkorolev): Try this on Windows under Visual Studio too!