Skip to content

Native File Dialog Extended v1.0.1

Compare
Choose a tag to compare
@btzy btzy released this 24 Nov 16:55
· 40 commits to master since this release
6efc824

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

Full Changelog: v1.0.0...v1.0.1