ytnuf
ytnuf
Fixes https://github.com/microsoft/vcpkg/issues/34492 - [X] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [X] The name of the port matches an existing name for this component on https://repology.org/ if possible, and/or is...
This PR allows this library to be installable. So the library can be built like this: Via CMake: ```bash cmake && make && make install ``` Or via SCons: ```bash...
This is a small continuation to PR #1330 which adds hot reloading options for CMake However when compiling with GCC, the option ```-fno-gnu-unique``` must also be enabled to allow hot...