repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[MSBuild] Update to vs16.10 branch (#21073)
[mono-project.git]
/
mono
/
CMakeLists.txt
blob
ab9dc695aaadf7efee28f59aaf62eb320f784136
1
project (mono)
2
3
#set (subdirs eglib arch utils cil sgen metadata mini dis profiler)
4
set (subdirs mini)
5
6
foreach (dir ${subdirs})
7
add_subdirectory (${dir})
8
endforeach ()