aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/qt_attribution.json
blob: 026a9265e4f4f2e7d7b50a2c6d7f404d65879efd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "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."
}