From: Jeremy Koritzinsky Date: Tue, 14 May 2019 23:08:07 +0000 (-0700) Subject: Add explicit cmake dependency between clretwrc and eventing_headers. (#24575) X-Git-Tag: accepted/tizen/unified/20190813.215958~42^2~221 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e1e49b9d54fa333a50f7818cb7fcae10682c0e0a;p=platform%2Fupstream%2Fcoreclr.git Add explicit cmake dependency between clretwrc and eventing_headers. (#24575) --- diff --git a/src/dlls/clretwrc/CMakeLists.txt b/src/dlls/clretwrc/CMakeLists.txt index b1f7a49..c242672 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)