Cleanup the native globalization code (#9887)
[platform/upstream/coreclr.git] / src / classlibnative / nls / CMakeLists.txt
1 set( COMMLS_WKS_SOURCES
2   encodingdata.cpp
3   nlsinfo.cpp
4 )
5
6 add_library_clr(comnls_wks ${COMMLS_WKS_SOURCES})