Hello With default calls to install, shared libraries are installed into LIB_INSTALL_DIR. This is fine for linux, but on windows, they should go into BIN_INSTALL_DIR. The install function of cmake supports this with the RUNTIME DESTINATION and LIBRARY DESTINATION options. To make things simpler, I would like to add a macro called kde4_install_library for this. Usage would be kde4_install_library( kdecore ) for example.
PutHuhn
windows_bin2.patch
Description: Binary data
_______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
