summaryrefslogtreecommitdiff
path: root/src/dlls
diff options
context:
space:
mode:
authorJeremy Koritzinsky <jekoritz@microsoft.com>2019-05-14 16:08:07 -0700
committerGitHub <noreply@github.com>2019-05-14 16:08:07 -0700
commite1e49b9d54fa333a50f7818cb7fcae10682c0e0a (patch)
treed6b43dcee9d04c1cc47f6655ea1ec9fba172c56f /src/dlls
parentfd2287c5e833439e0ea7c27ad14350bcccf371a0 (diff)
downloadcoreclr-e1e49b9d54fa333a50f7818cb7fcae10682c0e0a.tar.gz
coreclr-e1e49b9d54fa333a50f7818cb7fcae10682c0e0a.tar.bz2
coreclr-e1e49b9d54fa333a50f7818cb7fcae10682c0e0a.zip
Add explicit cmake dependency between clretwrc and eventing_headers. (#24575)
Diffstat (limited to 'src/dlls')
-rw-r--r--src/dlls/clretwrc/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dlls/clretwrc/CMakeLists.txt b/src/dlls/clretwrc/CMakeLists.txt
index b1f7a49088..c2426725a2 100644
--- a/src/dlls/clretwrc/CMakeLists.txt
+++ b/src/dlls/clretwrc/CMakeLists.txt
@@ -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)