jabacat / jml

JABACAT-created machine learning library from scratch.
5 stars 5 forks source link

Create proper build script for the library #10

Closed adamhutchings closed 11 months ago

adamhutchings commented 1 year ago

Preferable: use CMake to create a single object file, or similar. The problem is that (obviously) there's no main function in the library, so we need to build to an object file instead of to an executable. Update scripts/build.sh for this, once PR #9 has been merged.