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 6efeb91 commit d0ddce8Copy full SHA for d0ddce8
source/loaders/cs_loader/netcore/CMakeLists.txt
@@ -64,7 +64,9 @@ set_target_properties(${target}
64
#
65
66
if(DOTNET_VERSION VERSION_EQUAL "2.0" OR DOTNET_VERSION VERSION_GREATER "2.0")
67
- set(DOTNET_INSTALL_DEPENDENCIES)
+ set(DOTNET_INSTALL_DEPENDENCIES
68
+ ${CMAKE_BINARY_DIR}/Microsoft.CodeAnalysis.dll
69
+ ${CMAKE_BINARY_DIR}/Microsoft.CodeAnalysis.CSharp.dll)
70
else()
71
set(DOTNET_INSTALL_DEPENDENCIES ${CMAKE_BINARY_DIR}/System.Runtime.Loader.dll)
72
endif()
0 commit comments