Skip to content

Commit c5005e0

Browse files
authored
Add clrgc to sharedFx (#72032)
1 parent 0bc8841 commit c5005e0

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/coreclr/gc/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,3 +130,5 @@ endif(CLR_CMAKE_HOST_OSX)
130130

131131
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
132132
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/env)
133+
134+
install_clr(TARGETS clrgc DESTINATIONS . sharedFramework COMPONENT runtime)

src/installer/pkg/sfx/Microsoft.NETCore.App/Directory.Build.props

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@
102102
<PlatformManifestFileEntry Include="coreclr.dll" IsNative="true" />
103103
<PlatformManifestFileEntry Include="libcoreclr.so" IsNative="true" />
104104
<PlatformManifestFileEntry Include="libcoreclr.dylib" IsNative="true" />
105+
<PlatformManifestFileEntry Include="clrgc.dll" IsNative="true" />
106+
<PlatformManifestFileEntry Include="libclrgc.so" IsNative="true" />
107+
<PlatformManifestFileEntry Include="libclrgc.dylib" IsNative="true" />
105108
<PlatformManifestFileEntry Include="clretwrc.dll" IsNative="true" />
106109
<PlatformManifestFileEntry Include="clrjit.dll" IsNative="true" />
107110
<PlatformManifestFileEntry Condition="'$(PgoInstrument)' != ''" Include="pgort140.dll" IsNative="true" />

0 commit comments

Comments
 (0)