Native File Dialog Extended v1.0.1
This release contains small improvements to the CMakeLists files to allow building a shared library, and avoid building tests and installing by default when included as a subproject. There are no changes to the library itself.
What's Changed
- Option to generate shared library & use GNUInstallDirs on linux by @jonathanspw in #76
- Add NFD_INSTALL option + disable install target for subproject usage by @encounter in #77
- README: Update NFD_BUILD_TESTS and add NFD_INSTALL flags by @btzy in #78
- README: Add missing Windows shell32.lib dependency by @btzy in 74923e7
New Contributors
- @jonathanspw made their first contribution in #76
- @encounter made their first contribution in #77
Full Changelog: v1.0.0...v1.0.1