Searched refs:package_source (Results 1 – 5 of 5) sorted by relevance
62 package_source() { function87 package_source "${FLAGS_repository_url}" "${FLAGS_repository_branch}" \89 package_source "${FLAGS_repository_url}" "${FLAGS_repository_branch}" \
19 targets, ``package`` and ``package_source``. See the `packaging targets`_75 Targets package and package_source85 also generates a target ``package_source``. To build a source package,87 ``cmake --build . --target package_source``, ``make package_source``,88 or ``ninja package_source``.
22 the ``package_source`` target), then the generated archive will contain all
1085 # Most people are more used to "make dist" compared to "make package_source"1086 add_custom_target(dist COMMAND "${CMAKE_MAKE_PROGRAM}" package_source)
884 # This effectively disables target "package_source".