We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0ddce8 commit 1a130e9Copy full SHA for 1a130e9
source/loaders/cs_loader/netcore/CMakeLists.txt
@@ -66,7 +66,9 @@ set_target_properties(${target}
66
if(DOTNET_VERSION VERSION_EQUAL "2.0" OR DOTNET_VERSION VERSION_GREATER "2.0")
67
set(DOTNET_INSTALL_DEPENDENCIES
68
${CMAKE_BINARY_DIR}/Microsoft.CodeAnalysis.dll
69
- ${CMAKE_BINARY_DIR}/Microsoft.CodeAnalysis.CSharp.dll)
+ ${CMAKE_BINARY_DIR}/Microsoft.CodeAnalysis.CSharp.dll
70
+ ${CMAKE_BINARY_DIR}/System.Runtime.CompilerServices.Unsafe.dll
71
+ ${CMAKE_BINARY_DIR}/System.Text.Encoding.CodePages.dll)
72
else()
73
set(DOTNET_INSTALL_DEPENDENCIES ${CMAKE_BINARY_DIR}/System.Runtime.Loader.dll)
74
endif()
0 commit comments