Add -g to eglib cflags.
[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