Apply changes from https://github.com/dotnet/runtime/commit/eb1756e97d23df13bc6fe798e...
[mono-project.git] / mono / CMakeLists.txt
blob6f86d9a26ccf8db5324350e1045a924e07bcbaf8
1 project(mono)
3 #set(subdirs eglib arch utils cil sgen metadata mini dis profiler)
4 set(subdirs mini profiler)
6 foreach(dir ${subdirs})
7   add_subdirectory(${dir})
8 endforeach()