Enable --aot (but not --aot=full) on osx/x86
[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()