vtable setup fix for generic default interface methods in mono runtime (#21422)
[mono-project.git] / mono / CMakeLists.txt
blobab9dc695aaadf7efee28f59aaf62eb320f784136
1 project (mono)
3 #set (subdirs eglib arch utils cil sgen metadata mini dis profiler)
4 set (subdirs mini)
6 foreach (dir ${subdirs})
7   add_subdirectory (${dir})
8 endforeach ()