summaryrefslogtreecommitdiff
path: root/src/corefx/CMakeLists.txt
blob: 0b9eefb9106f2296b81faa9818bd3bca911d5994 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

# This portion of the tree is for portions of CoreFX libraries which are (1) best
# suited to having been implemented in native code and (2) need to be invoked from
# mscorlib.dll. If mscorlib.dll does not use the library, the code should go in
# the src/Native directory of dotnet/corefx.
#
# The libraries should disable the "lib" prefix, and use an assembly-style naming format,
# such as System.Security.Cryptography.Native (shared across multiple System.Security.Cryptography.*
# assemblies) or System.Diagnostics.Process.Native (a native interop library for
# System.Diagnostics.Process.dll).

if(CLR_CMAKE_PLATFORM_UNIX)
endif(CLR_CMAKE_PLATFORM_UNIX)