-
Notifications
You must be signed in to change notification settings - Fork 525
Open
Description
Instead of a Makefile which makes several assumptions it doesn't need to, consider basing the build on the CMake build system generator. This will allow:
- A convenient interface for setting compilation options (e.g. support floats or not, buffer sizes)
- Conditionally building tests
- Better cross-platform and cross-development environment compatibility
- A mechanism for installing the library as a package
Metadata
Metadata
Assignees
Labels
No labels