summaryrefslogtreecommitdiff
path: root/src/vm/crossgen
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/crossgen')
-rw-r--r--src/vm/crossgen/CMakeLists.txt1
-rw-r--r--src/vm/crossgen/wks_crossgen.nativeproj1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/vm/crossgen/CMakeLists.txt b/src/vm/crossgen/CMakeLists.txt
index 928d9deb0f..3a20675ef1 100644
--- a/src/vm/crossgen/CMakeLists.txt
+++ b/src/vm/crossgen/CMakeLists.txt
@@ -90,6 +90,7 @@ set(VM_CROSSGEN_SOURCES
../typestring.cpp
../util.cpp
../vars.cpp
+ ../versionresilienthashcode.cpp
../zapsig.cpp
../dbggcinfodecoder.cpp
../gcinfodecoder.cpp
diff --git a/src/vm/crossgen/wks_crossgen.nativeproj b/src/vm/crossgen/wks_crossgen.nativeproj
index bdd2b95db8..31404a3d66 100644
--- a/src/vm/crossgen/wks_crossgen.nativeproj
+++ b/src/vm/crossgen/wks_crossgen.nativeproj
@@ -115,6 +115,7 @@
<CppCompile Include="$(VmSourcesDir)\typestring.cpp" />
<CppCompile Include="$(VmSourcesDir)\util.cpp" />
<CppCompile Include="$(VmSourcesDir)\vars.cpp" />
+ <CppCompile Include="$(VmSourcesDir)\versionresilienthashcode.cpp" />
<CppCompile Include="$(VmSourcesDir)\zapsig.cpp" />
</ItemGroup>