init: Add init.c

This commit is contained in:
Martin Duquesnoy
2008-11-06 07:59:11 +01:00
parent 62f2e40ff4
commit b5ba311576
12 changed files with 230 additions and 131 deletions

View File

@@ -27,6 +27,7 @@ project(${PROJECT_NAME} C)
# Definition of the wmfs source
set(wmfs_src
src/init.c
src/wmfs.c
src/config.c
src/event.c