summaryrefslogtreecommitdiff
path: root/src/strongname
diff options
context:
space:
mode:
Diffstat (limited to 'src/strongname')
-rw-r--r--src/strongname/api/crossgen/CMakeLists.txt1
-rw-r--r--src/strongname/api/dac/CMakeLists.txt1
-rw-r--r--src/strongname/api/wks/CMakeLists.txt1
3 files changed, 3 insertions, 0 deletions
diff --git a/src/strongname/api/crossgen/CMakeLists.txt b/src/strongname/api/crossgen/CMakeLists.txt
index 2db453648a..5632c0321b 100644
--- a/src/strongname/api/crossgen/CMakeLists.txt
+++ b/src/strongname/api/crossgen/CMakeLists.txt
@@ -1,3 +1,4 @@
include(${CLR_DIR}/crossgen.cmake)
add_library_clr(strongname_crossgen ${STRONGNAME_SOURCES})
+add_dependencies(strongname_crossgen eventing_headers)
diff --git a/src/strongname/api/dac/CMakeLists.txt b/src/strongname/api/dac/CMakeLists.txt
index 877125963b..ee4fc2fb51 100644
--- a/src/strongname/api/dac/CMakeLists.txt
+++ b/src/strongname/api/dac/CMakeLists.txt
@@ -2,3 +2,4 @@
include(${CLR_DIR}/dac.cmake)
add_library_clr(strongname_dac ${STRONGNAME_SOURCES})
+add_dependencies(strongname_dac eventing_headers)
diff --git a/src/strongname/api/wks/CMakeLists.txt b/src/strongname/api/wks/CMakeLists.txt
index 09c9f4c19d..fcd6f8af07 100644
--- a/src/strongname/api/wks/CMakeLists.txt
+++ b/src/strongname/api/wks/CMakeLists.txt
@@ -1 +1,2 @@
add_library_clr(strongname_wks ${STRONGNAME_SOURCES})
+add_dependencies(strongname_wks eventing_headers)