mikegashler / waffles

A toolkit of machine learning algorithms.
http://gashler.com/mike/waffles/
86 stars 33 forks source link

Add option to compile a shared library. #43

Closed tinvaan closed 7 years ago

tinvaan commented 7 years ago

It's not always possible to link a project to a statically compiled GClasses library. In such cases it is helpful to provide an option to compile shared library.

Usage: cmake -DBUILD_SHARED=[ON|OFF] ..

By default, compiles a static library.

mikegashler commented 7 years ago

Cool, thanks!