Emit DWARF debug_abbrev offset for compile units as a label instead of 0 (#19794)
[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 ()