Convert MONO_MARSHAL_CONV_LPSTR_STR to mono_string_to_utf16 on windows.
[mono.git] / mono / CMakeLists.txt
1 set(SUBDIRS utils io-layer cil metadata
2       arch interpreter mini dis monograph tests benchmark profiler)
3
4 foreach(subdir ${SUBDIRS})
5   add_subdirectory(${subdir})
6 endforeach()