Skip to content

Commit

Permalink
Add clrgc to sharedFx (dotnet#72032)
Browse files Browse the repository at this point in the history
  • Loading branch information
mangod9 committed Jul 12, 2022
1 parent 0bc8841 commit c5005e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/coreclr/gc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,5 @@ endif(CLR_CMAKE_HOST_OSX)

include_directories(${CMAKE_CURRENT_SOURCE_DIR})
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/env)

install_clr(TARGETS clrgc DESTINATIONS . sharedFramework COMPONENT runtime)
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@
<PlatformManifestFileEntry Include="coreclr.dll" IsNative="true" />
<PlatformManifestFileEntry Include="libcoreclr.so" IsNative="true" />
<PlatformManifestFileEntry Include="libcoreclr.dylib" IsNative="true" />
<PlatformManifestFileEntry Include="clrgc.dll" IsNative="true" />
<PlatformManifestFileEntry Include="libclrgc.so" IsNative="true" />
<PlatformManifestFileEntry Include="libclrgc.dylib" IsNative="true" />
<PlatformManifestFileEntry Include="clretwrc.dll" IsNative="true" />
<PlatformManifestFileEntry Include="clrjit.dll" IsNative="true" />
<PlatformManifestFileEntry Condition="'$(PgoInstrument)' != ''" Include="pgort140.dll" IsNative="true" />
Expand Down

0 comments on commit c5005e0

Please sign in to comment.