Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CMakeLists.txt « tools « coreclr « src - github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8bc7696b332ddc9cd0102607e27ae2945148595e (plain)
1
2
3
4
5
6
if (CLR_CMAKE_TARGET_WIN32 AND NOT CLR_CMAKE_CROSS_ARCH)
  add_subdirectory(GenClrDebugResource)
  add_subdirectory(InjectResource)

  install(EXPORT dactabletools DESTINATION dactabletools COMPONENT crosscomponents)
endif()