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

CMakeLists.txt « minipal « coreclr « src - github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3096237d2a2fe3b32cb3afaf35fbe6d4aa096a5c (plain)
1
2
3
4
5
6
7
include_directories(.)
if (CLR_CMAKE_HOST_UNIX)
    add_subdirectory(Unix)
else (CLR_CMAKE_HOST_UNIX)
    add_subdirectory(Windows)
endif (CLR_CMAKE_HOST_UNIX)