summaryrefslogtreecommitdiff
path: root/src/scripts/genEventPipe.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/scripts/genEventPipe.py')
-rw-r--r--src/scripts/genEventPipe.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/scripts/genEventPipe.py b/src/scripts/genEventPipe.py
index a00511d95d..4c802acaf3 100644
--- a/src/scripts/genEventPipe.py
+++ b/src/scripts/genEventPipe.py
@@ -262,6 +262,8 @@ def generateEventPipeCmakeFile(etwmanifest, eventpipe_directory):
topCmake.write(' "eventpipehelpers.cpp"\n')
topCmake.write(""" )
+ add_dependencies(eventpipe GeneratedEventingFiles)
+
# Install the static eventpipe library
install(TARGETS eventpipe DESTINATION lib)
""")