Fixes
- Fix INSTALL_INTERFACE path:
include/UniConv->include(consistent with BUILD_INTERFACE for correct#include \"uniconv/UniConv.h\"after install) - Fix INCLUDES DESTINATION path:
include/uniconv->include(same reason) - Fix project VERSION: 3.3.0 -> 3.3.2 (match release tag)
These fixes resolve vcpkg review feedback regarding case-sensitive filesystem compatibility and install directory layout.