We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bcm_install_targets
Something like:
set_target_properties(${EXPORT_TARGETS} PROPERTIES DEBUG_POSTFIX "-d" SO_VERSION ${EXPORT_VERSION} VERSION ${EXPORT_VERSION} ) install(TARGETS ${EXPORT_TARGETS} EXPORT ${EXPORT_SET} ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR}" COMPONENT ${EXPORT_COMPONENT}_DEV LIBRARY NAMELINK_ONLY DESTINATION "${CMAKE_INSTALL_LIBDIR}" COMPONENT ${EXPORT_COMPONENT}_DEV LIBRARY CONFIGURATIONS Debug NAMELINK_SKIP DESTINATION "${CMAKE_INSTALL_LIBDIR}" COMPONENT ${EXPORT_COMPONENT}_DBG LIBRARY CONFIGURATIONS Release NAMELINK_SKIP DESTINATION "${CMAKE_INSTALL_LIBDIR}" COMPONENT ${EXPORT_COMPONENT} RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}" COMPONENT ${EXPORT_COMPONENT} INCLUDES DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}" )
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Something like:
The text was updated successfully, but these errors were encountered: