Convert MONO_MARSHAL_CONV_LPSTR_STR to mono_string_to_utf16 on windows.
[mono.git] / eglib / CMakeLists.txt
1 set(SUBDIRS src test)
2
3 autoheader("config.h" null)
4
5 foreach(subdir ${SUBDIRS})
6   add_subdirectory(${subdir})
7 endforeach()
8