Add explicit cmake dependency between clretwrc and eventing_headers. (#24575)
authorJeremy Koritzinsky <jekoritz@microsoft.com>
Tue, 14 May 2019 23:08:07 +0000 (16:08 -0700)
committerGitHub <noreply@github.com>
Tue, 14 May 2019 23:08:07 +0000 (16:08 -0700)
src/dlls/clretwrc/CMakeLists.txt

index b1f7a49..c242672 100644 (file)
@@ -20,4 +20,6 @@ add_library_clr(clretwrc SHARED
 )
 
 # add the install targets
-install_clr(clretwrc)
\ No newline at end of file
+install_clr(clretwrc)
+
+add_dependencies(clretwrc eventing_headers)