Open Slazzo opened 3 years ago
Using vcpkg version 2020.06.15 with command vcpkg install nanogui:x64-windows-static, also had to rename occurrences <Eigen/...> to <eigen3/Eigen/...> to compile the executable, but running it fails without nanogui.dll in target directory
vcpkg install nanogui:x64-windows-static
<Eigen/...>
<eigen3/Eigen/...>
Using vcpkg version 2020.06.15 with command
vcpkg install nanogui:x64-windows-static
, also had to rename occurrences<Eigen/...>
to<eigen3/Eigen/...>
to compile the executable, but running it fails without nanogui.dll in target directory