Document more arguments of qt_internal_add_tool
Change-Id: Ia89922bb7d8ce327ea864889f5e2132427c58be6 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> Reviewed-by: Kai Koehne <kai.koehne@qt.io> (cherry picked from commit a63f72d442df201065efbe6868f669a5855aa557) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
ce7ab499f3
commit
3fd72dbf1b
@ -8,9 +8,15 @@
|
||||
# qt_add_tool(${target_name})
|
||||
#
|
||||
# Arguments:
|
||||
# EXTRA_CMAKE_FILES
|
||||
# List of additional CMake files that will be installed alongside the tool's exported CMake
|
||||
# files.
|
||||
# INSTALL_DIR
|
||||
# Takes a path, relative to the install prefix, like INSTALL_LIBEXECDIR.
|
||||
# If this argument is omitted, the default is INSTALL_BINDIR.
|
||||
# TOOLS_TARGET
|
||||
# Specifies the module this tool belongs to. The module's Qt6${module}Tools.cmake file
|
||||
# will then contain targets for this tool.
|
||||
#
|
||||
function(qt_internal_add_tool target_name)
|
||||
qt_tool_target_to_name(name ${target_name})
|
||||
|
Loading…
x
Reference in New Issue
Block a user