2010-06-05 Mark Probst <mark.probst@gmail.com>
[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()