TopoToolbox / libtopotoolbox

A C library for the analysis of digital elevation models.
https://topotoolbox.github.io/libtopotoolbox/
GNU General Public License v3.0
0 stars 3 forks source link

Install RUNTIME targets to CMAKE_INSTALL_BINDIR #49

Closed wkearn closed 3 weeks ago

wkearn commented 3 weeks ago

This is again a Windows thing: the DLL needs to be installed separately from the LIB. CMake handles this with the RUNTIME install target.