mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-09 00:16:55 +08:00
Change-Id: I360f5311373265843234c45bd8dd24f6499a5b99 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
14 lines
433 B
JSON
14 lines
433 B
JSON
{
|
|
"Id": "cmake_topological_sort",
|
|
"Name": "CMake Topological Sort",
|
|
"QDocModule": "qt",
|
|
"QtUsage": "Used in the CMake super build project file",
|
|
"Files": "TopologicalSort.cmake",
|
|
|
|
"Description": "CMake implementation of the topological sort algorithm",
|
|
"License": "Boost Software License - Version 1.0",
|
|
"LicenseFile": "TopologicalSort_LICENSE.txt",
|
|
"Copyright": "Copyright 2010 Kitware, Inc."
|
|
}
|
|
|