summaryrefslogtreecommitdiffstats
path: root/src/tools/tracegen/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/tracegen/CMakeLists.txt')
-rw-r--r--src/tools/tracegen/CMakeLists.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/tools/tracegen/CMakeLists.txt b/src/tools/tracegen/CMakeLists.txt
new file mode 100644
index 0000000000..85ae0ffef7
--- /dev/null
+++ b/src/tools/tracegen/CMakeLists.txt
@@ -0,0 +1,10 @@
+add_qt_tool(tracegen BOOTSTRAP
+ SOURCES
+ etw.cpp
+ helpers.cpp
+ lttng.cpp
+ panic.cpp
+ provider.cpp
+ qtheaders.cpp
+ tracegen.cpp
+)