9490fd9d30
Currently, the plugindir in the plugin manager is constructed as {CMAKE_INSTALL_PREFIX}/bin/../{CMAKE_INSTALL_LIBDIR}/kicad/..., while CMakes install uses {CMAKE_INSTALL_LIBDIR}/kicad/... In case CMAKE_INSTALL_LIBDIR is a relative path "install" prefixes it with CMAKE_INSTALL_PREFIX and both paths happen to match, otherwise the constructed path ends up as e.g. "/usr/bin/../usr/lib/kicad/...". For these cases where an absolute path is wanted CMake provides the CMAKE_INSTALL_FULL_<dir> variants which works the same as CMAKE_INSTALL_<dir> when used as DIRECTORY for install. |
||
---|---|---|
.. | ||
3d_cache | ||
3d_canvas | ||
3d_model_viewer | ||
3d_rendering | ||
3d_viewer | ||
common_ogl | ||
3d_enums.h | ||
3d_fastmath.cpp | ||
3d_fastmath.h | ||
3d_math.cpp | ||
3d_math.h | ||
3d_plugin_dir.h.in | ||
3d_viewer.h | ||
3d_viewer_id.h | ||
CMakeLists.txt | ||
credits.txt |