Printer support is still only enabled if enabled from experimental
Added configuration options to LPT devices
Converted lpt_device_t to be like device_t with the lpt additions added.
* Removed autotools and converted over to CMake
* Updated README.md to mention build options for CMake
* Added ALSA Support to CMakeFile
* Fixed Workflows.
Forgot to remove the autoconf line for Linux and use "Unix Makefiles" on Windows
* Forgot some items to make Windows build correctly with CMake
* Final Fixes to allow workflows to work.
* Fixed C and C++ Flags for X86
Added arm and arm64 modes (untested)
* I had a moment, really should have made it in this file.
* Moved headers to include/private, and some other fixes
* Removed unneeded files and added NOTICE file
* Fixes an issue where on Windows this is needed
Dont understand why this wasn't an issue on Windows
before I moved headers outside src but whatever
* Fixed Missing Header