Fix handling of stdio in g_spawn_async_with_pipes ().
[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