2010-01-21 Marek Habersack <mhabersack@novell.com>
[mono.git] / eglib / CMakeLists.txt
1 set(SUBDIRS src test)
2
3 autoheader("config.h" null)
4
5 foreach(subdir ${SUBDIRS})
6   add_subdirectory(${subdir})
7 endforeach()
8