Files
revng-revng/tools/model/export/CMakeLists.txt
Alvise de Faveri 999df25246 Add revng model export type-graph tool
This tools dumps a type, a function or an entire type-system to a
dot file,representing dependencies between types as edges.
2022-09-19 08:35:06 +02:00

6 lines
112 B
CMake

#
# This file is distributed under the MIT License. See LICENSE.md for details.
#
add_subdirectory(type-graph)