mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-21 18:05:38 +02:00
modules: put all modules in separate sub directories
This commit is contained in:
parent
97028ae28c
commit
081bccf06d
8 changed files with 15 additions and 15 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue