cmake set_package_info examples

Signatures

set_package_info(<name> <description> [ <url> [<purpose>] ])

Examples

nextcloud/desktop cmake/modules/MacroLogFeature.cmake :97

SET_PACKAGE_INFO("${_package}" "\"${_description}\"" "${_url}" "\"${_comments}\"")

CDrummond/cantata cmake/MacroLogFeature.cmake :98

SET_PACKAGE_INFO("${_package}" "\"${_description}\"" "${_url}" "\"${_comments}\"")

phisko/kengine kengine/render/polyvox/libs/polyvox/bindings/CMakeLists.txt :31

set_package_info(SWIG "Bindings generator" http://www.swig.org)

apertus-open-source-cinema/opencine 3rdParty/LibRaw/cmake/modules/MacroLogFeature.cmake :96

SET_PACKAGE_INFO("${_package}" "\"${_description}\"" "${_url}" "\"${_comments}\"")

darktable-org/darktable src/external/LibRaw-cmake/cmake/modules/MacroLogFeature.cmake :98

SET_PACKAGE_INFO("${_package}" "\"${_description}\"" "${_url}" "\"${_comments}\"")