repo.or.cz
/
mono.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2010-05-07 Rodrigo Kumpera <rkumpera@novell.com>
[mono.git]
/
mono
/
CMakeLists.txt
blob
ed828cea7cd273872957a57771aae4d2cdc124d8
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()