modules: put all modules in separate sub directories

This commit is contained in:
Daniel Eklöf 2018-11-17 23:15:32 +01:00
parent 97028ae28c
commit 081bccf06d
8 changed files with 15 additions and 15 deletions

View file

@ -28,9 +28,9 @@ add_executable(foobar
particles/string.c particles/string.h
particles/list.c particles/list.h
modules/label.c modules/label.h
modules/clock.c modules/clock.h
modules/xwindow.c modules/xwindow.h
modules/label/label.c modules/label/label.h
modules/clock/clock.c modules/clock/clock.h
modules/xwindow/xwindow.c modules/xwindow/xwindow.h
)
target_compile_definitions(foobar PRIVATE _GNU_SOURCE)