cmake: add missing files (oops)

This commit is contained in:
Gustavo Sverzut Barbieri 2017-01-26 16:22:49 -02:00
parent f1959acadd
commit d31430d1a0
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,7 @@
set(LIBRARIES
eldbus
)
set(SOURCES
ecore_system_systemd.c
)

View File

@ -0,0 +1,7 @@
set(LIBRARIES
eldbus
)
set(SOURCES
ecore_system_upower.c
)